bevy/crates/bevy_render/src/texture
Nathan Jeffords 9239621ffc
add ability to load .dds, .tga, and .jpeg texture formats (#1038)
add ability to load `.dds`, `.tga`, and `.jpeg` texture formats
2020-12-09 18:34:27 -08:00
..
hdr_texture_loader.rs Extend the Texture asset type to support 3D data (#903) 2020-11-22 12:04:47 -08:00
image_texture_loader.rs add ability to load .dds, .tga, and .jpeg texture formats (#1038) 2020-12-09 18:34:27 -08:00
mod.rs enforce clippy for all target and features 2020-08-16 07:20:06 -07:00
sampler_descriptor.rs Add SamplerDescriptor to Texture (#399) (#747) 2020-10-29 14:22:45 -07:00
texture.rs Fix errors and panics to typical Rust conventions (#968) 2020-12-02 11:31:16 -08:00
texture_descriptor.rs Extend the Texture asset type to support 3D data (#903) 2020-11-22 12:04:47 -08:00
texture_dimension.rs Extend the Texture asset type to support 3D data (#903) 2020-11-22 12:04:47 -08:00