Enum glenum::BufferKind [] [src]

pub enum BufferKind {
    Array,
    ElementArray,
}

Passed to bindBuffer or bufferData to specify the type of buffer being used.

Variants

Trait Implementations

impl Debug for BufferKind
[src]

[src]

Formats the value using the given formatter.

impl Clone for BufferKind
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for BufferKind
[src]