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]
pub fn view(&self) -> View<'a>[src]
Returns the buffer view containing the sparse indices.
pub fn offset(&self) -> u32[src]
The offset relative to the start of the parent buffer view in bytes.
pub fn index_type(&self) -> IndexType[src]
The data type of each index.
pub fn extras(&self) -> &Extras[src]
Optional application specific data.