Module gltf::texture
[−]
[src]
Contains Texture, Sampler, and other related data structures.
Reexports
pub use json::texture::MagFilter; |
pub use json::texture::MinFilter; |
pub use json::texture::WrappingMode; |
Structs
| Info |
A reference to a |
| Sampler |
Texture sampler properties for filtering and wrapping modes. |
| Texture |
A texture and its sampler. |