glFogCoordPointer

define an array of fog coordinates

Signature

glFogCoordPointer( GLenum ( type ) , GLsizei ( stride ) , GLvoid * ( pointer ) )-> void
glFogCoordPointer( type , stride , pointer )

Parameters

VariablesDescription
type
Specifies the data type of each fog coordinate. Symbolic constants GL_FLOAT , or GL_DOUBLE are accepted. The initial value is GL_FLOAT .
stride
Specifies the byte offset between consecutive fog coordinates. If stride is 0, the array elements are understood to be tightly packed. The initial value is 0.
pointer
Specifies a pointer to the first coordinate of the first fog coordinate in the array. The initial value is 0.