Searched defs:gl_fog_attrib (Results 1 – 1 of 1) sorted by relevance
438 struct gl_fog_attrib struct440 GLboolean Enabled; /**< Fog enabled flag */441 GLboolean ColorSumEnabled;442 uint8_t _PackedMode; /**< Fog mode as 2 bits */443 uint8_t _PackedEnabledMode; /**< Masked CompressedMode */444 GLfloat ColorUnclamped[4]; /**< Fog color */445 GLfloat Color[4]; /**< Fog color */446 GLfloat Density; /**< Density >= 0.0 */447 GLfloat Start; /**< Start distance in eye coords */448 GLfloat End; /**< End distance in eye coords */[all …]