![]() | FramebufferStatus Enumeration |
Namespace: Ooogles
Member name | Value | Description | |
---|---|---|---|
Complete | 36053 | The framebuffer is complete | |
IncompleteAttachment | 36054 | Not all framebuffer attachment points are framebuffer attachment complete. This means that at least one attachment point with a renderbuffer or texture attached has its attached object no longer in existence or has an attached image with a width or height of zero, or the color attachment point has a non-color-renderable image attached, or the depth attachment point has a non-depth-renderable image attached, or the stencil attachment point has a non-stencil-renderable image attached. | |
IncompleteDimensions | 36057 | Not all attached images have the same width and height. | |
MissingAttachment | 36055 | No images are attached to the framebuffer. | |
Unsupported | 36061 | The combination of internal formats of the attached images violates an implementation-dependent set of restrictions. |