Enum FramebufferAttachmentComponentType
Not used directly.
Namespace: OpenTK.Graphics.OpenGL4
Assembly: OpenTK.dll
Syntax
public enum FramebufferAttachmentComponentType
Fields
| Name | Description |
|---|---|
| Float | Original was GL_FLOAT = 0x1406 |
| Index | Original was GL_INDEX = 0x8222 |
| Int | Original was GL_INT = 0x1404 |
| UnsignedNormalized | Original was GL_UNSIGNED_NORMALIZED = 0x8C17 |