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