mirror of
https://github.com/bevyengine/bevy
synced 2025-01-07 02:38:59 +00:00
6c1f4668c7
# 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` |
||
---|---|---|
.. | ||
basis.rs | ||
dds.rs | ||
exr_texture_loader.rs | ||
fallback_image.rs | ||
hdr_texture_loader.rs | ||
image.rs | ||
image_texture_conversion.rs | ||
image_texture_loader.rs | ||
ktx2.rs | ||
mod.rs | ||
texture_cache.rs |