Searched defs:gl_fog_attrib (Results 1 – 1 of 1) sorted by relevance
891 struct gl_fog_attrib struct893 GLboolean Enabled; /**< Fog enabled flag */894 GLfloat ColorUnclamped[4]; /**< Fog color */895 GLfloat Color[4]; /**< Fog color */896 GLfloat Density; /**< Density >= 0.0 */897 GLfloat Start; /**< Start distance in eye coords */898 GLfloat End; /**< End distance in eye coords */899 GLfloat Index; /**< Fog index */900 GLenum Mode; /**< Fog mode */901 GLboolean ColorSumEnabled;[all …]