Enum kiss3d::resource::BufferType[][src]

pub enum BufferType {
    Array,
    ElementArray,
}

Type of gpu buffer.

Variants

An array buffer bindable to a gl::ARRAY_BUFFER.

An array buffer bindable to a gl::ELEMENT_ARRAY_BUFFER.

Trait Implementations

impl Clone for BufferType
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for BufferType
[src]

Auto Trait Implementations

impl Send for BufferType

impl Sync for BufferType