Enum glenum::DrawMode [] [src]

pub enum DrawMode {
    Static,
    Dynamic,
    Stream,
}

Variants

Passed to bufferData as a hint about whether the contents of the buffer are likely to be used often and not change often.

Passed to bufferData as a hint about whether the contents of the buffer are likely to be used often and change often.

Passed to bufferData as a hint about whether the contents of the buffer are likely to not be used often.

Trait Implementations

impl Debug for DrawMode
[src]

[src]

Formats the value using the given formatter.

impl Clone for DrawMode
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for DrawMode
[src]