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

gl_polygon_attrib Struct Reference

Polygon attributes. More...

#include <mtypes.h>


Data Fields

GLenum FrontFace
 Either GL_CW or GL_CCW. More...

GLenum FrontMode
 Either GL_POINT, GL_LINE or GL_FILL. More...

GLenum BackMode
 Either GL_POINT, GL_LINE or GL_FILL. More...

GLboolean _FrontBit
 0=GL_CCW, 1=GL_CW. More...

GLboolean CullFlag
 Culling on/off flag. More...

GLboolean SmoothFlag
 True if GL_POLYGON_SMOOTH is enabled. More...

GLboolean StippleFlag
 True if GL_POLYGON_STIPPLE is enabled. More...

GLenum CullFaceMode
 Culling mode GL_FRONT or GL_BACK. More...

GLfloat OffsetFactor
 Polygon offset factor, from user. More...

GLfloat OffsetUnits
 Polygon offset units, from user. More...

GLboolean OffsetPoint
 Offset in GL_POINT mode. More...

GLboolean OffsetLine
 Offset in GL_LINE mode. More...

GLboolean OffsetFill
 Offset in GL_FILL mode. More...


Detailed Description

Polygon attributes.


Field Documentation

GLboolean gl_polygon_attrib::_FrontBit
 

0=GL_CCW, 1=GL_CW.

GLenum gl_polygon_attrib::BackMode
 

Either GL_POINT, GL_LINE or GL_FILL.

GLenum gl_polygon_attrib::CullFaceMode
 

Culling mode GL_FRONT or GL_BACK.

GLboolean gl_polygon_attrib::CullFlag
 

Culling on/off flag.

GLenum gl_polygon_attrib::FrontFace
 

Either GL_CW or GL_CCW.

GLenum gl_polygon_attrib::FrontMode
 

Either GL_POINT, GL_LINE or GL_FILL.

GLfloat gl_polygon_attrib::OffsetFactor
 

Polygon offset factor, from user.

GLboolean gl_polygon_attrib::OffsetFill
 

Offset in GL_FILL mode.

GLboolean gl_polygon_attrib::OffsetLine
 

Offset in GL_LINE mode.

GLboolean gl_polygon_attrib::OffsetPoint
 

Offset in GL_POINT mode.

GLfloat gl_polygon_attrib::OffsetUnits
 

Polygon offset units, from user.

GLboolean gl_polygon_attrib::SmoothFlag
 

True if GL_POLYGON_SMOOTH is enabled.

GLboolean gl_polygon_attrib::StippleFlag
 

True if GL_POLYGON_STIPPLE is enabled.


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