Enumeration FramebufferStatus

Statuses for framebuffers.

Enumeration Members

FRAMEBUFFER_COMPLETE: 36053

The framebuffer is ready to display.

FRAMEBUFFER_INCOMPLETE_ATTACHMENT: 36054

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

FRAMEBUFFER_INCOMPLETE_DIMENSIONS: 36057

Height and width of the attachment are not the same.

FRAMEBUFFER_INCOMPLETE_MISSING_ATTACHMENT: 36055

There is no attachment.

FRAMEBUFFER_INCOMPLETE_MULTISAMPLE: 36182

The values of the 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

If the base view index is not the same for all framebuffer attachment points where the object type is set, the framebuffer is considered incomplete.

FRAMEBUFFER_UNSUPPORTED: 36061

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

Generated using TypeDoc