Stencil Test: Difference between revisions
Jump to navigation
Jump to search
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
OpenGL Rendering Pipeline
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.
This article is a stub. You can help the OpenGL Wiki by expanding it. |