Enum TextureEnvModeOperandRgb
Not used directly.
Namespace: OpenTK.Graphics.OpenGL4
Assembly: OpenTK.dll
Syntax
public enum TextureEnvModeOperandRgb
Fields
| Name | Description |
|---|---|
| OneMinusSrcAlpha | Original was GL_ONE_MINUS_SRC_ALPHA = 0x0303 |
| OneMinusSrcColor | Original was GL_ONE_MINUS_SRC_COLOR = 0x0301 |
| SrcAlpha | Original was GL_SRC_ALPHA = 0x0302 |
| SrcColor | Original was GL_SRC_COLOR = 0x0300 |