Struct gltf::AssetProfile [] [src]

pub struct AssetProfile {
    pub api: String,
    pub extensions: Option<Map<String, Value>>,
    pub extras: Option<Map<String, Value>>,
    pub version: String,
}

Fields

Specifies the target rendering API

Optional data targeting official extensions

Optional application specific data

Specifies the target rendering API version

Trait Implementations

impl Debug for AssetProfile
[src]

Formats the value using the given formatter.

impl Default for AssetProfile
[src]

Returns the "default value" for a type. Read more