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.h580 struct gl_fog_attrib struct
582 GLboolean Enabled; /**< Fog enabled flag */
583 GLboolean ColorSumEnabled;
584 GLfloat ColorUnclamped[4]; /**< Fog color */
585 GLfloat Color[4]; /**< Fog color */
586 GLfloat Density; /**< Density >= 0.0 */
587 GLfloat Start; /**< Start distance in eye coords */
588 GLfloat End; /**< End distance in eye coords */
589 GLfloat Index; /**< Fog index */
590 GLenum Mode; /**< Fog mode */
[all …]