Enum kiss3d::resource::BufferType
[−]
[src]
pub enum BufferType { Array, ElementArray, }
Type of gpu buffer.
Variants
Array
An array buffer bindable to a gl::ARRAY_BUFFER.
ElementArray
An array buffer bindable to a gl::ELEMENT_ARRAY_BUFFER.
Trait Implementations
impl Clone for BufferType
[src]
fn clone(&self) -> BufferType
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0
Performs copy-assignment from source
. Read more