Patryk Jastrzębski
Patryk Jastrzębski
Thanks, I removed a `#define __valid` from `./lib/bgfx-cmake/bx/include/compat/mingw/sal.h` and thats working.
I have disabled all validation layers and the problem still exists. 
I removed MangoHud and disabled all validation layers. The problem also repeats in another sample 'ray_tracing_reflection'. I'm based on commit '6505639cd6d1fddc6c22d9005f278e4ce6cfe2d0'. Interestingly I have no problems on your private examples...
Hi @SaschaWillems, I managed to find the cause of the problem and a solution. The problem is located in the glfw library. VulkanSample repo is using an old version. Upgrading...