Enum FogPName
Not used directly.
Namespace: OpenTK.Graphics.OpenGL4
Assembly: OpenTK.dll
Syntax
public enum FogPName
Fields
Name | Description |
---|---|
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 |