Searched defs:gl_fog_attrib (Results 1 – 1 of 1) sorted by relevance
572 struct gl_fog_attrib struct574 GLboolean Enabled; /**< Fog enabled flag */575 GLboolean ColorSumEnabled;576 uint8_t _PackedMode; /**< Fog mode as 2 bits */577 uint8_t _PackedEnabledMode; /**< Masked CompressedMode */578 GLfloat ColorUnclamped[4]; /**< Fog color */579 GLfloat Color[4]; /**< Fog color */580 GLfloat Density; /**< Density >= 0.0 */581 GLfloat Start; /**< Start distance in eye coords */582 GLfloat End; /**< End distance in eye coords */[all …]