GPUOpen-LibrariesAndSDKs / VulkanMemoryAllocator

Easy to integrate Vulkan memory allocation library
MIT License
2.63k stars 359 forks source link

Fix for ABI interop (without VK_KHR_external_memory_win32) #447

Closed Agrael1 closed 2 months ago

GamesTrap commented 2 months ago

I've just hit this problem in my CI/CD pipeline on Linux with GCC 13 & Clang 17.

Compiler logs: https://github.com/GamesTrap/TRAP/actions/runs/10655546793?pr=393

Bisected to commit

Agrael1 commented 2 months ago

Yep, waiting for almighty creator :)

Agrael1 commented 2 months ago

I also have the API that's waiting linux fix https://github.com/Agrael1/Wisdom/actions/runs/10638479781

adam-sawicki-a commented 2 months ago

Thank you for this fix.