Enum gltf::buffer::Target
[−]
[src]
pub enum Target {
ArrayBuffer,
ElementArrayBuffer,
}Specifies the target a GPU buffer should be bound to.
Variants
ArrayBufferCorresponds to GL_ARRAY_BUFFER.
ElementArrayBufferCorresponds to GL_ELEMENT_ARRAY_BUFFER.
Trait Implementations
impl Copy for Target[src]
impl Clone for Target[src]
fn clone(&self) -> Target[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
Performs copy-assignment from source. Read more