Struct gltf::texture::Info
[−]
[src]
pub struct Info<'a> { /* fields omitted */ }A reference to a Texture.
Methods
impl<'a> Info<'a>[src]
fn tex_coord(&self) -> u32[src]
The set index of the texture's TEXCOORD attribute.
fn texture(&self) -> Texture<'a>[src]
Returns the referenced Texture.
fn extras(&self) -> &Extras[src]
Optional application specific data.
Trait Implementations
impl<'a> Clone for Info<'a>[src]
fn clone(&self) -> Info<'a>[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
Performs copy-assignment from source. Read more