Enum glenum::BufferParameter [] [src]

pub enum BufferParameter {
    Size,
    Usage,
}

Variants

Passed to getBufferParameter to get a buffer's size.

Passed to getBufferParameter to get the hint for the buffer passed in when it was created.

Trait Implementations

impl Debug for BufferParameter
[src]

[src]

Formats the value using the given formatter.

impl Clone for BufferParameter
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for BufferParameter
[src]