Searched defs:gl_polygon_attrib (Results 1 – 1 of 1) sorted by relevance
811 struct gl_polygon_attrib struct813 GLenum FrontFace; /**< Either GL_CW or GL_CCW */814 GLenum FrontMode; /**< Either GL_POINT, GL_LINE or GL_FILL */815 GLenum BackMode; /**< Either GL_POINT, GL_LINE or GL_FILL */816 GLboolean CullFlag; /**< Culling on/off flag */817 GLboolean SmoothFlag; /**< True if GL_POLYGON_SMOOTH is enabled */818 GLboolean StippleFlag; /**< True if GL_POLYGON_STIPPLE is enabled */819 GLenum CullFaceMode; /**< Culling mode GL_FRONT or GL_BACK */820 GLfloat OffsetFactor; /**< Polygon offset factor, from user */821 GLfloat OffsetUnits; /**< Polygon offset units, from user */[all …]