Show / Hide Table of Contents

Enum FogParameter

Used in GL.Fog

Namespace: OpenTK.Graphics.OpenGL
Assembly: OpenTK.dll
Syntax
public enum FogParameter

Fields

Name Description
FogColor

Original was GL_FOG_COLOR = 0x0B66

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

FogOffsetValueSgix

Original was GL_FOG_OFFSET_VALUE_SGIX = 0x8199

FogStart

Original was GL_FOG_START = 0x0B63

In This Article
Back to top Generated by DocFX