Enum TextureEnvModeScale
Not used directly.
Namespace: OpenTK.Graphics.OpenGL4
Assembly: OpenTK.dll
Syntax
public enum TextureEnvModeScale
Fields
| Name | Description |
|---|---|
| Four | Original was GL_FOUR = 4 |
| One | Original was GL_ONE = 1 |
| Two | Original was GL_TWO = 2 |