From documentation , loosely quoted
" …stencil (buffer) is special case of depth (buffer) …"
" set stencil buffer pixel to 1 where you want decision to be made…"
So - if I want “flat” 2D stencil “action” do I have to specify “depth” ?
It looks as stencil with depth specify 3D “pixels”,
Example
if I want 2D “meteor trace” when meteor enters "atmosphere ( stencil buffer set to 1 ) area between x and y kilometers only " do I have to specify the area as 2D region?
GL_LINE at size x seems to specify sort of "donut / torroid " 3D region.