Enum FramebufferSlot
Not used directly.
Namespace: OpenTK.Graphics.ES30
Assembly: OpenTK.dll
Syntax
public enum FramebufferSlot
Fields
| Name | Description |
|---|---|
| ColorAttachment0 | Original was GL_COLOR_ATTACHMENT0 = 0x8CE0 |
| ColorAttachment1 | Original was GL_COLOR_ATTACHMENT1 = 0x8CE1 |
| ColorAttachment10 | Original was GL_COLOR_ATTACHMENT10 = 0x8CEA |
| ColorAttachment11 | Original was GL_COLOR_ATTACHMENT11 = 0x8CEB |
| ColorAttachment12 | Original was GL_COLOR_ATTACHMENT12 = 0x8CEC |
| ColorAttachment13 | Original was GL_COLOR_ATTACHMENT13 = 0x8CED |
| ColorAttachment14 | Original was GL_COLOR_ATTACHMENT14 = 0x8CEE |
| ColorAttachment15 | Original was GL_COLOR_ATTACHMENT15 = 0x8CEF |
| ColorAttachment2 | Original was GL_COLOR_ATTACHMENT2 = 0x8CE2 |
| ColorAttachment3 | Original was GL_COLOR_ATTACHMENT3 = 0x8CE3 |
| ColorAttachment4 | Original was GL_COLOR_ATTACHMENT4 = 0x8CE4 |
| ColorAttachment5 | Original was GL_COLOR_ATTACHMENT5 = 0x8CE5 |
| ColorAttachment6 | Original was GL_COLOR_ATTACHMENT6 = 0x8CE6 |
| ColorAttachment7 | Original was GL_COLOR_ATTACHMENT7 = 0x8CE7 |
| ColorAttachment8 | Original was GL_COLOR_ATTACHMENT8 = 0x8CE8 |
| ColorAttachment9 | Original was GL_COLOR_ATTACHMENT9 = 0x8CE9 |
| DepthAttachment | Original was GL_DEPTH_ATTACHMENT = 0x8D00 |
| DepthStencilAttachment | Original was GL_DEPTH_STENCIL_ATTACHMENT = 0x821A |
| StencilAttachment | Original was GL_STENCIL_ATTACHMENT = 0x8D20 |