mirror of
https://github.com/bevyengine/bevy
synced 2025-01-12 13:18:55 +00:00
# Objective - Fixes #9552 ## Solution - Only n_pixels bytes of data was being copied instead of 1 byte per component, i.e. n_pixels * 4 --- ## Changelog - Fixed: loading of Rgb8 ktx2 files. |
||
---|---|---|
.. | ||
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 |