mirror of
https://github.com/Kelsidavis/WoWee.git
synced 2026-03-22 23:30:14 +00:00
Fix Windows ARM64 build: disable x86 asm in StormLib's libtomcrypt
StormLib's bundled libtomcrypt uses x86 inline assembly (bswapl/movl) gated by __MINGW32__, which is defined on CLANGARM64 too. Pass -DLTC_NO_BSWAP to force portable C byte-swap fallback.
This commit is contained in:
parent
9b90ab0429
commit
7ca9caa212
6 changed files with 26 additions and 89 deletions
|
|
@ -478,7 +478,6 @@ private:
|
|||
// Helper to allocate descriptor sets
|
||||
VkDescriptorSet allocateMaterialSet();
|
||||
VkDescriptorSet allocateBoneSet();
|
||||
void preallocateBoneBuffers(M2Instance& instance);
|
||||
|
||||
// Helper to destroy model GPU resources
|
||||
void destroyModelGPU(M2ModelGPU& model);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue