Enum FramebufferAttachmentObjectType
Not used directly.
Namespace: OpenTK.Graphics.OpenGL4
Assembly: OpenTK.dll
Syntax
public enum FramebufferAttachmentObjectType
Fields
| Name | Description |
|---|---|
| FramebufferDefault | Original was GL_FRAMEBUFFER_DEFAULT = 0x8218 |
| None | Original was GL_NONE = 0 |
| Renderbuffer | Original was GL_RENDERBUFFER = 0x8D41 |
| Texture | Original was GL_TEXTURE = 0x1702 |