Struct gltf_json::texture::Info[][src]

pub struct Info {
    pub index: Index<Texture>,
    pub tex_coord: u32,
    pub extensions: Info,
    pub extras: Extras,
}

Reference to a Texture.

Fields

The index of the texture.

The set index of the texture's TEXCOORD attribute.

Extension specific data.

Optional application specific data.

Trait Implementations

impl Clone for Info
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Info
[src]

Formats the value using the given formatter. Read more

impl Validate for Info
[src]

Validates only the invariants required for the library to function safely.

Validates the data against the glTF 2.0 specification. Read more

Auto Trait Implementations

impl Send for Info

impl Sync for Info