Signature
Parameters
Variables | Description |
---|---|
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.
|