FramebufferStatus

enum FramebufferStatus : Enum<FramebufferStatus>

Framebuffer completeness status.

Since

v1.1.0

Entries

UNKNOWN_STATUS
Link copied to clipboard

Unknown status.

INCOMPLETE_MULTISAMPLE
Link copied to clipboard

Invalid multisample configuration.

UNSUPPORTED
Link copied to clipboard

Combination of internal formats of the images is unsupported.

INCOMPLETE_MISSING_ATTACHMENT
Link copied to clipboard

No image attached to the framebuffer.

INCOMPLETE_ATTACHMENT
Link copied to clipboard

Any of the attachment points are incomplete

COMPLETE
Link copied to clipboard

Framebuffer is complete.

Properties

name
Link copied to clipboard
val name: String
ordinal
Link copied to clipboard
val ordinal: Int