mirror of
https://github.com/BinomialLLC/basis_universal.git
synced 2026-09-13 14:08:25 +00:00
- Global codebook related fixes
- Minor fix to basisu_frontend::optimize_selector_codebook() so the new_selector_cluster_indices array is initialized correctly. (The backend doesn't use this array so no harm was being done.)
This commit is contained in:
@@ -739,6 +739,7 @@ namespace basisu
|
||||
|
||||
} // block_x
|
||||
} // block_y
|
||||
|
||||
for (uint32_t block_y = 0; block_y < num_blocks_y; block_y++)
|
||||
{
|
||||
for (uint32_t block_x = 0; block_x < num_blocks_x; block_x++)
|
||||
|
||||
Reference in New Issue
Block a user