Searched defs:gl_polygon_attrib (Results 1 – 1 of 1) sorted by relevance
1082 struct gl_polygon_attrib struct1084 GLenum FrontFace; /**< Either GL_CW or GL_CCW */1085 GLenum FrontMode; /**< Either GL_POINT, GL_LINE or GL_FILL */1086 GLenum BackMode; /**< Either GL_POINT, GL_LINE or GL_FILL */1087 GLboolean _FrontBit; /**< 0=GL_CCW, 1=GL_CW */1088 GLboolean CullFlag; /**< Culling on/off flag */1089 GLboolean SmoothFlag; /**< True if GL_POLYGON_SMOOTH is enabled */1090 GLboolean StippleFlag; /**< True if GL_POLYGON_STIPPLE is enabled */1091 GLenum CullFaceMode; /**< Culling mode GL_FRONT or GL_BACK */1092 GLfloat OffsetFactor; /**< Polygon offset factor, from user */[all …]