Enum luminance::framebuffer::IncompleteReason [] [src]

pub enum IncompleteReason {
    Undefined,
    IncompleteAttachment,
    MissingAttachment,
    IncompleteDrawBuffer,
    IncompleteReadBuffer,
    Unsupported,
    IncompleteMultisample,
    IncompleteLayerTargets,
}

Reason a framebuffer is incomplete.

Variants

Trait Implementations

impl Clone for IncompleteReason
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for IncompleteReason
[src]

Formats the value using the given formatter.

impl Eq for IncompleteReason
[src]

impl PartialEq for IncompleteReason
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.