bevy/crates/bevy_render
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
..
macros Bump Version after Release (#9106) 2023-07-10 21:19:27 +00:00
src default 16bit rgb/rgba textures to unorm instead of uint (#9611) 2023-09-06 05:24:44 +00:00
Cargo.toml Remove unused regex dep from bevy_render (#9613) 2023-08-29 12:28:24 +00:00