Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ktx2: Fix Rgb8 -> Rgba8Unorm conversion (bevyengine#9555)
# Objective - Fixes bevyengine#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.
- Loading branch information