Searched defs:gl_stencil_attrib (Results 1 – 1 of 1) sorted by relevance
714 struct gl_stencil_attrib struct716 GLboolean Enabled; /**< Enabled flag */717 GLboolean TestTwoSide; /**< GL_EXT_stencil_two_side */718 GLubyte ActiveFace; /**< GL_EXT_stencil_two_side (0 or 2) */719 GLubyte _BackFace; /**< Current back stencil state (1 or 2) */720 GLenum16 Function[3]; /**< Stencil function */721 GLenum16 FailFunc[3]; /**< Fail function */722 GLenum16 ZPassFunc[3]; /**< Depth buffer pass function */723 GLenum16 ZFailFunc[3]; /**< Depth buffer fail function */724 GLint Ref[3]; /**< Reference value */[all …]