Enum kiss3d::resource::AllocationType
[−]
[src]
pub enum AllocationType { StaticDraw, DynamicDraw, StreamDraw, }
Allocation type of gpu buffers.
Variants
StaticDraw
STATIC_DRAW allocation type.
DynamicDraw
DYNAMIC_DRAW allocation type.
StreamDraw
STREAM_DRAW allocation type.
Trait Implementations
impl Clone for AllocationType
[src]
fn clone(&self) -> AllocationType
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