![]() # Objective - Fixes https://github.com/bevyengine/bevy/issues/17891 - Cherry-picked from https://github.com/bevyengine/bevy/pull/18411 ## Solution The `name` argument could either be made permanent (by removing the `#[cfg(...)]` condition) or eliminated entirely. I opted to remove it, as debugging a specific DDS texture edge case in GLTF files doesn't seem necessary, and there isn't any other foreseeable need to have it. ## Migration Guide - `Image::from_buffer()` no longer has a `name` argument that's only present in debug builds when the `"dds"` feature is enabled. If you happen to pass a name, remove it. |
||
---|---|---|
.. | ||
basis.rs | ||
compressed_image_saver.rs | ||
dds.rs | ||
dynamic_texture_atlas_builder.rs | ||
exr_texture_loader.rs | ||
hdr_texture_loader.rs | ||
image_loader.rs | ||
image_texture_conversion.rs | ||
image.rs | ||
ktx2.rs | ||
lib.rs | ||
texture_atlas_builder.rs | ||
texture_atlas.rs |