Enum FramebufferSlot
Used in GL.FramebufferRenderbuffer, GL.FramebufferTexture2D and 1 other function
Namespace: OpenTK.Graphics.ES20
Assembly: OpenTK.dll
Syntax
public enum FramebufferSlot
Fields
| Name | Description |
|---|---|
| ColorAttachment0 | Original was GL_ColorAttachment0 = 0X8ce0 |
| DepthAttachment | Original was GL_DepthAttachment = 0X8d00 |
| StencilAttachment | Original was GL_StencilAttachment = 0X8d20 |