Enum FogParameter
Used in GL.Fog
Namespace: OpenTK.Graphics.ES11
Assembly: OpenTK.dll
Syntax
public enum FogParameter
Fields
Name | Description |
---|---|
FogColor | Original was GL_FOG_COLOR = 0x0B66 |
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 |
FogOffsetValueSgix | Original was GL_FOG_OFFSET_VALUE_SGIX = 0x8199 |
FogStart | Original was GL_FOG_START = 0x0B63 |