mirror of
https://github.com/BinomialLLC/basis_universal.git
synced 2026-09-01 16:08:17 +00:00
emcc warning fixes, fixing warnings in WASM cmakelists.txt files, changing ETC1S encoder to use std::map vs. std::unordered_map for hopefully more cross platform determinism
This commit is contained in:
@@ -2411,7 +2411,7 @@ namespace basisu
|
||||
goto failure;
|
||||
}
|
||||
|
||||
memcpy(hdr_mips[level].get_ptr(), pImage, image_size);
|
||||
memcpy((void *)hdr_mips[level].get_ptr(), pImage, image_size);
|
||||
}
|
||||
else if (fmt == cRGBA_HALF)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user