Enum mallumo_gls::raw::FramebufferCompleteness [] [src]

pub enum FramebufferCompleteness {
    Complete,
    Undefined,
    IncompleteAttachment,
    IncompleteMissingAttachment,
    IncompleteDrawBuffer,
    IncompleteReadBuffer,
    Unsupported,
    IncompleteMultisample,
    IncompleteLayerTargets,
    Unknown,
}

Variants

Trait Implementations

impl Debug for FramebufferCompleteness
[src]

Formats the value using the given formatter.

impl Copy for FramebufferCompleteness
[src]

impl Clone for FramebufferCompleteness
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for FramebufferCompleteness
[src]

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

This method tests for !=.

impl Eq for FramebufferCompleteness
[src]