Searched defs:gl_polygon_attrib (Results 1 – 1 of 1) sorted by relevance
669 struct gl_polygon_attrib struct671 GLenum16 FrontFace; /**< Either GL_CW or GL_CCW */672 GLenum FrontMode; /**< Either GL_POINT, GL_LINE or GL_FILL */673 GLenum BackMode; /**< Either GL_POINT, GL_LINE or GL_FILL */674 GLboolean CullFlag; /**< Culling on/off flag */675 GLboolean SmoothFlag; /**< True if GL_POLYGON_SMOOTH is enabled */676 GLboolean StippleFlag; /**< True if GL_POLYGON_STIPPLE is enabled */677 GLenum16 CullFaceMode; /**< Culling mode GL_FRONT or GL_BACK */678 GLfloat OffsetFactor; /**< Polygon offset factor, from user */679 GLfloat OffsetUnits; /**< Polygon offset units, from user */[all …]