Enum FogPName
Used in GL.Fogx, GL.Oes.Fogx
Namespace: OpenTK.Graphics.ES11
Assembly: OpenTK.dll
Syntax
public enum FogPName
Fields
Name | Description |
---|---|
FogCoordSrc | Original was GL_FOG_COORD_SRC = 0x8450 |
FogDensity | Original was GL_FOG_DENSITY = 0x0B62 |
FogEnd | Original was GL_FOG_END = 0x0B64 |
FogIndex | Original was GL_FOG_INDEX = 0x0B61 |
FogMode | Original was GL_FOG_MODE = 0x0B65 |
FogStart | Original was GL_FOG_START = 0x0B63 |