Searched defs:gl_polygon_attrib (Results 1 – 1 of 1) sorted by relevance
661 struct gl_polygon_attrib struct663 GLenum16 FrontFace; /**< Either GL_CW or GL_CCW */664 GLenum FrontMode; /**< Either GL_POINT, GL_LINE or GL_FILL */665 GLenum BackMode; /**< Either GL_POINT, GL_LINE or GL_FILL */666 GLboolean CullFlag; /**< Culling on/off flag */667 GLboolean SmoothFlag; /**< True if GL_POLYGON_SMOOTH is enabled */668 GLboolean StippleFlag; /**< True if GL_POLYGON_STIPPLE is enabled */669 GLenum16 CullFaceMode; /**< Culling mode GL_FRONT or GL_BACK */670 GLfloat OffsetFactor; /**< Polygon offset factor, from user */671 GLfloat OffsetUnits; /**< Polygon offset units, from user */[all …]