Patryk Jastrzębski

Results 4 comments of 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. ![image](https://github.com/user-attachments/assets/aa75e3a3-d54d-4b34-a8d6-41e4bf7d0fac)

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...