Dieter De Baets
Dieter De Baets
## Description This PR changes how CMake searches for LLVM. Rather then having a custom FindLLVM setup, it is possible to rely on importable targets setup by the LLVM project....
**Describe the bug** This issue is to keep track of failing tests when ran inside the Windows CI. This list is found by running the CI with #2796. The current...
When using C ```exit``` function, the IlmThreadpool deadlocks during shutdown on Windows. This is happening because the worker threads have not run yet (and so have not posted on the...
I modified the Allocate callback (VmaDeviceMemoryCallbacks) of our local copy to include additional information about the used VmaPool and dedicated allocations. The signature is now basically ```cpp typedef void (VKAPI_PTR*...