bevy/crates/bevy_image/src
atlv 5fabb5343d
use wgpu TextureDataOrder (#19829)
# Objective

- Fixes #19140

## Solution

- Use TextureDataOrder

## Testing

- ran some examples that use ktx2 textures, they look fine
2025-06-27 06:57:29 +00:00
..
basis.rs Allowed creating uninitialized images (for use as storage textures) (#17760) 2025-02-10 22:22:07 +00:00
compressed_image_saver.rs Allowed creating uninitialized images (for use as storage textures) (#17760) 2025-02-10 22:22:07 +00:00
dds.rs Remove Image::from_buffer name argument (only present in debug "dds" builds) (#18538) 2025-03-25 19:25:01 +00:00
dynamic_texture_atlas_builder.rs Add a few missing doc comments in bevy_image (#19493) 2025-06-04 21:12:02 +00:00
exr_texture_loader.rs
hdr_texture_loader.rs
image_loader.rs Add missing docs for ImageLoader (#19499) 2025-06-09 19:46:33 +00:00
image_texture_conversion.rs Allowed creating uninitialized images (for use as storage textures) (#17760) 2025-02-10 22:22:07 +00:00
image.rs use wgpu TextureDataOrder (#19829) 2025-06-27 06:57:29 +00:00
ktx2.rs use wgpu TextureDataOrder (#19829) 2025-06-27 06:57:29 +00:00
lib.rs add native zstd support (#19793) 2025-06-26 20:53:54 +00:00
texture_atlas_builder.rs Rename bevy_platform_support to bevy_platform (#18813) 2025-04-11 23:13:28 +00:00
texture_atlas.rs Add newlines before impl blocks (#19746) 2025-06-22 23:07:02 +00:00