Click or drag to resize

FramebufferStatus Enumeration

Completeness status of a Framebuffer.

Namespace:  Ooogles
Assembly:  Ooogles (in Ooogles.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public enum Status
Members
  Member nameValueDescription
Complete36053 The framebuffer is complete
IncompleteAttachment36054 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.
IncompleteDimensions36057 Not all attached images have the same width and height.
MissingAttachment36055 No images are attached to the framebuffer.
Unsupported36061 The combination of internal formats of the attached images violates an implementation-dependent set of restrictions.
See Also