Struct amethyst_gltf::GltfTexture [] [src]

pub struct GltfTexture {
    pub data: TextureData,
    pub handle: Option<TextureHandle>,
}

A GLTF defined texture, will be in TextureData format in the output from the loader.

Fields

Methods

impl GltfTexture
[src]

[src]

Trait Implementations

impl Debug for GltfTexture
[src]

[src]

Formats the value using the given formatter.