bevy/crates/bevy_render/src/texture
Stepan Koltsov 2e36b2719c
ImageSampler::init_descriptor (#11113)
Shortcut to avoid repetition in code like
https://github.com/bevyengine/bevy/pull/11109.

---------

Co-authored-by: Alice Cecile <alice.i.cecile@gmail.com>
2024-08-26 17:56:37 +00:00
..
basis.rs Bevy Asset V2 (#8624) 2023-09-07 02:07:27 +00:00
compressed_image_saver.rs Use async-fn in traits rather than BoxedFuture (#12550) 2024-03-18 17:56:57 +00:00
dds.rs Add feature requirement info to image loading docs (#13712) 2024-08-16 23:43:20 +00:00
exr_texture_loader.rs Add feature requirement info to image loading docs (#13712) 2024-08-16 23:43:20 +00:00
fallback_image.rs Apply unused_qualifications lint (#14828) 2024-08-21 12:29:33 +00:00
hdr_texture_loader.rs Optimize common usages of AssetReader (#14082) 2024-07-01 19:59:42 +00:00
image.rs ImageSampler::init_descriptor (#11113) 2024-08-26 17:56:37 +00:00
image_loader.rs Optimize common usages of AssetReader (#14082) 2024-07-01 19:59:42 +00:00
image_texture_conversion.rs Remove redundant imports (#12817) 2024-04-01 19:59:08 +00:00
ktx2.rs Add feature requirement info to image loading docs (#13712) 2024-08-16 23:43:20 +00:00
mod.rs Make default behavior for BackgroundColor and BorderColor more intuitive (#14017) 2024-06-25 21:50:41 +00:00
texture_attachment.rs Allow mix of hdr and non-hdr cameras to same render target (#13419) 2024-06-06 20:55:05 +00:00
texture_cache.rs Fix TextureCache memory leak and add is_empty() method (#14480) 2024-07-27 13:16:27 +00:00