Hello,
I have the following piece of code:
This only crashes if I run it with the debugger. Without the debugger, the program runs just fine.
This happens with every debugger I tried (visual studio, raddbg, remedy).
Please help
Thank you!
Hello,
I have the following piece of code:
Please help
Thank you!
The callstack hints at the issue being caused by an implicit layer (VK_LAYER_FCAT). So first step shoul be disabling all implicit layers or removing the application that has installed that layer.
If that doesn’t help: What is the result returned by vkCreateInstance?
Disabling VK_LAYER_FCAT through Vulkan configurator fixed it! Thanks