core  array_cache  math  swrast  swrast_setup  tnl  tnl_dd 
Main Page   Data Structures   File List   Data Fields   Globals   Related Pages  

gl_fog_attrib Struct Reference

Fog attributes. More...

#include <mtypes.h>


Data Fields

GLboolean Enabled
 Fog enabled flag. More...

GLfloat Color [4]
 Fog color. More...

GLfloat Density
 Density >= 0.0. More...

GLfloat Start
 Start distance in eye coords. More...

GLfloat End
 End distance in eye coords. More...

GLfloat Index
 Fog index. More...

GLenum Mode
 Fog mode. More...

GLboolean ColorSumEnabled
GLenum FogCoordinateSource
 GL_EXT_fog_coord. More...


Detailed Description

Fog attributes.


Field Documentation

GLfloat gl_fog_attrib::Color[4]
 

Fog color.

GLboolean gl_fog_attrib::ColorSumEnabled
 

GLfloat gl_fog_attrib::Density
 

Density >= 0.0.

GLboolean gl_fog_attrib::Enabled
 

Fog enabled flag.

GLfloat gl_fog_attrib::End
 

End distance in eye coords.

GLenum gl_fog_attrib::FogCoordinateSource
 

GL_EXT_fog_coord.

GLfloat gl_fog_attrib::Index
 

Fog index.

GLenum gl_fog_attrib::Mode
 

Fog mode.

GLfloat gl_fog_attrib::Start
 

Start distance in eye coords.


The documentation for this struct was generated from the following file:
Generated on Sun May 16 15:55:13 2004 for Mesa Core by doxygen1.2.13.1 written by Dimitri van Heesch, © 1997-2001