Stencil Test: Difference between revisions

From OpenGL Wiki
Jump to navigation Jump to search
Undo revision 7131 by Alfonse (talk) Bad link.
Pipeline page link.
Line 1: Line 1:
{{pipeline float}}
The '''Stencil Test''' is a per-sample operation performed after the [[Fragment Shader]]. The fragment's stencil value is tested against the value in the current stencil buffer; if the test fails, the fragment is culled.
The '''Stencil Test''' is a per-sample operation performed after the [[Fragment Shader]]. The fragment's stencil value is tested against the value in the current stencil buffer; if the test fails, the fragment is culled.



Revision as of 08:48, 4 October 2012

The Stencil Test is a per-sample operation performed after the Fragment Shader. The fragment's stencil value is tested against the value in the current stencil buffer; if the test fails, the fragment is culled.