[go: up one dir, main page]

Struct gltf::accessor::sparse::Indices [] [src]

pub struct Indices<'a> { /* fields omitted */ }

Indices of those attributes that deviate from their initialization value.

Methods

impl<'a> Indices<'a>
[src]

[src]

Returns the buffer view containing the sparse indices.

[src]

The offset relative to the start of the parent buffer view in bytes.

[src]

The data type of each index.

[src]

Optional application specific data.

Trait Implementations

Auto Trait Implementations

impl<'a> Send for Indices<'a>

impl<'a> Sync for Indices<'a>