Talk:Stencil Test

From OpenGL Wiki
Revision as of 11:54, 5 August 2022 by Stronger1234 (talk | contribs) (Stencil operations take no effect to the stencil buffer when the stencil test is disabled.)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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.