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]

Returns the buffer view containing the sparse indices.

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

The data type of each index.

Optional application specific data.

Auto Trait Implementations

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

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