Home
last modified time | relevance | path

Searched defs:gl_fog_attrib (Results 1 – 1 of 1) sorted by relevance

/external/mesa3d/src/mesa/main/
Dmtypes.h607 struct gl_fog_attrib struct
609 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 …]