[−][src]Module gltf_json::texture
Contains Texture
, Sampler
, and other related data structures.
Structs
Info | Reference to a |
Sampler | Texture sampler properties for filtering and wrapping modes. |
Texture | A texture and its sampler. |
Enums
MagFilter | Magnification filter. |
MinFilter | Minification filter. |
WrappingMode | Texture co-ordinate wrapping mode. |
Constants
CLAMP_TO_EDGE | Corresponds to |
LINEAR | Corresponds to |
LINEAR_MIPMAP_LINEAR | Corresponds to |
LINEAR_MIPMAP_NEAREST | Corresponds to |
MIRRORED_REPEAT | Corresponds to |
NEAREST | Corresponds to |
NEAREST_MIPMAP_LINEAR | Corresponds to |
NEAREST_MIPMAP_NEAREST | Corresponds to |
REPEAT | Corresponds to |
VALID_MAG_FILTERS | All valid magnification filters. |
VALID_MIN_FILTERS | All valid minification filters. |
VALID_WRAPPING_MODES | All valid wrapping modes. |