I'm using RenderingDevice and in my pipeline I have the dynamic state flags set for all the stencil flags, I see that things like DYNAMIC_STATE_LINE_WIDTH have a function like RenderingDevice::draw_list_set_line_width but nothing about the stencil stuff.
I might be misunderstanding it but it seems like the function might just be missing or maybe am assuming wrong?