core  array_cache  math  swrast  swrast_setup  tnl  tnl_dd 
Main Page   Data Structures   File List   Data Fields   Globals   Related Pages  

gl_stencil_attrib Struct Reference

Stencil attributes. More...

#include <mtypes.h>


Data Fields

GLboolean Enabled
 Enabled flag. More...

GLboolean TestTwoSide
 GL_EXT_stencil_two_side. More...

GLubyte ActiveFace
 GL_EXT_stencil_two_side (0 or 1). More...

GLenum Function [2]
 Stencil function. More...

GLenum FailFunc [2]
 Fail function. More...

GLenum ZPassFunc [2]
 Depth buffer pass function. More...

GLenum ZFailFunc [2]
 Depth buffer fail function. More...

GLstencil Ref [2]
 Reference value. More...

GLstencil ValueMask [2]
 Value mask. More...

GLstencil WriteMask [2]
 Write mask. More...

GLstencil Clear
 Clear value. More...


Detailed Description

Stencil attributes.


Field Documentation

GLubyte gl_stencil_attrib::ActiveFace
 

GL_EXT_stencil_two_side (0 or 1).

GLstencil gl_stencil_attrib::Clear
 

Clear value.

GLboolean gl_stencil_attrib::Enabled
 

Enabled flag.

GLenum gl_stencil_attrib::FailFunc[2]
 

Fail function.

GLenum gl_stencil_attrib::Function[2]
 

Stencil function.

GLstencil gl_stencil_attrib::Ref[2]
 

Reference value.

GLboolean gl_stencil_attrib::TestTwoSide
 

GL_EXT_stencil_two_side.

GLstencil gl_stencil_attrib::ValueMask[2]
 

Value mask.

GLstencil gl_stencil_attrib::WriteMask[2]
 

Write mask.

GLenum gl_stencil_attrib::ZFailFunc[2]
 

Depth buffer fail function.

GLenum gl_stencil_attrib::ZPassFunc[2]
 

Depth buffer pass function.


The documentation for this struct was generated from the following file:
Generated on Sun May 16 15:55:13 2004 for Mesa Core by doxygen1.2.13.1 written by Dimitri van Heesch, © 1997-2001