Searched defs:gl_fog_attrib (Results 1 – 1 of 1) sorted by relevance
580 struct gl_fog_attrib struct582 GLboolean Enabled; /**< Fog enabled flag */583 GLboolean ColorSumEnabled;584 GLfloat ColorUnclamped[4]; /**< Fog color */585 GLfloat Color[4]; /**< Fog color */586 GLfloat Density; /**< Density >= 0.0 */587 GLfloat Start; /**< Start distance in eye coords */588 GLfloat End; /**< End distance in eye coords */589 GLfloat Index; /**< Fog index */590 GLenum Mode; /**< Fog mode */[all …]