Enum glitter::types::GLFramebufferError [] [src]

pub enum GLFramebufferError {
    IncompleteAttachment,
    IncompleteDimensions,
    IncompleteMissingAttachment,
    Unsupported,
}

The possible framebuffer-incomplete errors.

Variants

Not all framebuffer attachments are attachment-complete.

Not all attachments have the same dimensions.

The framebuffer has no attachments.

The combination of attachment formats is unsupported by the current OpenGL implementation.

Trait Implementations

impl Debug for GLFramebufferError
[src]

[src]

Formats the value using the given formatter.

impl Display for GLFramebufferError
[src]

[src]

Formats the value using the given formatter. Read more

impl Error for GLFramebufferError
[src]

[src]

A short description of the error. Read more

1.0.0
[src]

The lower-level cause of this error, if any. Read more