Enum FramebufferErrorCode
Not used directly.
Namespace: OpenTK.Graphics.ES20
Assembly: OpenTK.dll
Syntax
public enum FramebufferErrorCode
Fields
| Name | Description |
|---|---|
| FramebufferComplete | Original was GL_FramebufferComplete = 0X8cd5 |
| FramebufferIncompleteAttachment | Original was GL_FramebufferIncompleteAttachment = 0X8cd6 |
| FramebufferIncompleteDimensions | Original was GL_FramebufferIncompleteDimensions = 0X8cd9 |
| FramebufferIncompleteMissingAttachment | Original was GL_FramebufferIncompleteMissingAttachment = 0X8cd7 |
| FramebufferUnsupported | Original was GL_FramebufferUnsupported = 0X8cdd |