OpenGL.GL.ATI.separate_stencil

OpenGL extension ATI.separate_stencil
This module customises the behaviour of the OpenGL.raw.GL.ATI.separate_stencil to provide a more Python-friendly API
Overview (from the spec)
This extension provides the ability to modify the stencil buffer differently based on the facing direction of the primitive that generated the fragment.
The official definition of this extension is available here: http://www.opengl.org/registry/specs/ATI/separate_stencil.txt

Functions

Constants

GL_STENCIL_BACK_FAIL_ATI (34817)
GL_STENCIL_BACK_FUNC_ATI (34816)
GL_STENCIL_BACK_PASS_DEPTH_FAIL_ATI (34818)
GL_STENCIL_BACK_PASS_DEPTH_PASS_ATI (34819)