Searched defs:gl_fog_attrib (Results 1 – 1 of 1) sorted by relevance
607 struct gl_fog_attrib struct609 GLboolean Enabled; /**< Fog enabled flag */610 GLboolean ColorSumEnabled;611 uint8_t _PackedMode; /**< Fog mode as 2 bits */612 uint8_t _PackedEnabledMode; /**< Masked CompressedMode */613 GLfloat ColorUnclamped[4]; /**< Fog color */614 GLfloat Color[4]; /**< Fog color */615 GLfloat Density; /**< Density >= 0.0 */616 GLfloat Start; /**< Start distance in eye coords */617 GLfloat End; /**< End distance in eye coords */[all …]