Stencil Test: Difference between revisions
Jump to navigation
Jump to search
m formatting. |
|||
Line 1: | Line 1: | ||
The '''Stencil Test''' is a per-sample operation performed after the [[Fragment Shader]]. The fragment's | 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. | ||
{{stub}} | {{stub}} | ||
[[Category:Sample Writing]] | [[Category:Sample Writing]] |
Revision as of 17:16, 8 September 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.
This article is a stub. You can help the OpenGL Wiki by expanding it. |