Enumeration FramebufferStatus

Framebuffer statuses.

Enumeration Members

FRAMEBUFFER_COMPLETE: 36053

The framebuffer is ready to display.

FRAMEBUFFER_INCOMPLETE_ATTACHMENT: 36054

The attachment types are mismatched or not all of the framebuffer attachment points are framebuffer attachment complete.

FRAMEBUFFER_INCOMPLETE_DIMENSIONS: 36057

The dimensions of the attachments do not match.

FRAMEBUFFER_INCOMPLETE_MISSING_ATTACHMENT: 36055

There is no attachment.

FRAMEBUFFER_INCOMPLETE_MULTISAMPLE: 36182

The values of the renderbuffer samples are different among attached renderbuffers, or are non-zero if the attached images are a mix of renderbuffers and textures.

FRAMEBUFFER_INCOMPLETE_VIEW_TARGETS_OVR: 38451

The base view index is not the same for all framebuffer attachment points where the object type is not none.

FRAMEBUFFER_UNSUPPORTED: 36061

The format of the attachment is not supported or the depth and stencil attachments are not the same renderbuffer.