Enum glitter::context::framebuffer_context::FramebufferTarget [] [src]

pub enum FramebufferTarget {
    Framebuffer,
}

All of the possible OpenGL targets for binding framebuffer objects.

Variants

The lone framebuffer target.

Methods

impl FramebufferTarget
[src]

Convert from a raw OpenGL integer value to an enum variant. Returns an error if the value is not a valid enum variant.

Return the OpenGL integer value for a given enum variant.

Trait Implementations

impl Debug for FramebufferTarget
[src]

Formats the value using the given formatter.

impl Clone for FramebufferTarget
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for FramebufferTarget
[src]

impl PartialEq for FramebufferTarget
[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 FramebufferTarget
[src]

impl Hash for FramebufferTarget
[src]

Feeds this value into the given [Hasher]. Read more

Feeds a slice of this type into the given [Hasher]. Read more