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.h891 struct gl_fog_attrib struct
893 GLboolean Enabled; /**< Fog enabled flag */
894 GLfloat ColorUnclamped[4]; /**< Fog color */
895 GLfloat Color[4]; /**< Fog color */
896 GLfloat Density; /**< Density >= 0.0 */
897 GLfloat Start; /**< Start distance in eye coords */
898 GLfloat End; /**< End distance in eye coords */
899 GLfloat Index; /**< Fog index */
900 GLenum Mode; /**< Fog mode */
901 GLboolean ColorSumEnabled;
[all …]