Enum kiss3d::resource::AllocationType [] [src]

pub enum AllocationType {
    StaticDraw,
    DynamicDraw,
    StreamDraw,
}

Allocation type of gpu buffers.

Variants

STATIC_DRAW allocation type.

DYNAMIC_DRAW allocation type.

STREAM_DRAW allocation type.

Trait Implementations

impl Clone for AllocationType
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for AllocationType
[src]