Enum lambda::render::buffer::BufferType
source · pub enum BufferType {
Vertex,
Index,
Uniform,
Storage,
}
Expand description
The type of buffers that can be allocated on the GPU.
Variants§
Trait Implementations§
source§impl Clone for BufferType
impl Clone for BufferType
source§fn clone(&self) -> BufferType
fn clone(&self) -> BufferType
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more