Talk:Stencil Test: Difference between revisions

From OpenGL Wiki
Jump to navigation Jump to search
Stencil operations take no effect to the stencil buffer when the stencil test is disabled.
 
(No difference)

Latest revision as of 11:54, 5 August 2022

I noticed the last updated page said that:
> The stencil operations are still processed when the test is disabled; the operation proceeds as if the stencil test had passed.
However, I wrote a test and it shows that the stencil operations take no effect to the stencil buffer when the stencil test is disabled.