Enum gltf_json::buffer::Target [−][src]
pub enum Target {
ArrayBuffer,
ElementArrayBuffer,
}
Expand description
Specifies the target a GPU buffer should be bound to.
Variants
ArrayBuffer
Corresponds to GL_ARRAY_BUFFER
.
ElementArrayBuffer
Corresponds to GL_ELEMENT_ARRAY_BUFFER
.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Target
impl UnwindSafe for Target
Blanket Implementations
Mutably borrows from an owned value. Read more