bevy/crates/bevy_render/src/texture
robtfm 6c1f4668c7
default 16bit rgb/rgba textures to unorm instead of uint (#9611)
# Objective

fix  #8185, #6710
replace #7005 (closed)

rgb and rgba 16 bit textures currently default to `Rgba16Uint`, the more
common use is `Rgba16Unorm`, which also matches the default type of rgb8
and rgba8 textures.

## Solution

Change default to `Rgba16Unorm`
2023-09-06 05:24:44 +00:00
..
basis.rs Fix beta clippy lints (#7154) 2023-01-11 09:51:22 +00:00
dds.rs default 16bit rgb/rgba textures to unorm instead of uint (#9611) 2023-09-06 05:24:44 +00:00
exr_texture_loader.rs Initial tonemapping options (#7594) 2023-02-19 20:38:13 +00:00
fallback_image.rs Expand FallbackImage to include a GpuImage for each possible TextureViewDimension (#6974) 2023-06-19 22:56:25 +00:00
hdr_texture_loader.rs update image to 0.24 (#4121) 2022-05-28 02:00:55 +00:00
image.rs bevy_reflect: FromReflect Ergonomics Implementation (#6056) 2023-06-29 01:31:34 +00:00
image_texture_conversion.rs default 16bit rgb/rgba textures to unorm instead of uint (#9611) 2023-09-06 05:24:44 +00:00
image_texture_loader.rs allow asset loader pre-registration (#9429) 2023-08-14 21:27:51 +00:00
ktx2.rs ktx2: Fix Rgb8 -> Rgba8Unorm conversion (#9555) 2023-08-24 00:35:52 +00:00
mod.rs Reorder render sets, refactor bevy_sprite to take advantage (#9236) 2023-08-27 14:33:49 +00:00
texture_cache.rs Make Resource trait opt-in, requiring #[derive(Resource)] V2 (#5577) 2022-08-08 21:36:35 +00:00