Enum gltf::buffer::Target [] [src]

pub enum Target {
    ArrayBuffer,
    ElementArrayBuffer,
}

Specifies the target a GPU buffer should be bound to.

Variants

Corresponds to GL_ARRAY_BUFFER.

Corresponds to GL_ELEMENT_ARRAY_BUFFER.

Trait Implementations

impl Copy for Target
[src]

impl Clone for Target
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for Target
[src]

[src]

Formats the value using the given formatter.