Vulkan vktrace error

I can’t get my code to run correctly It should be able to run I know the code is good and I tested my PC by playing vulkan dota2. I run the code a white screen pops up and then it crashes. I am using this windows 10 Intel cpu no dedicated gpu the vktrace file gives me this error

That’s a lot of layers. VK_LAYER_KHRONOS_validation actually covers most of them. VK_LAYER_LUNARG_standard_validation is practically an deprecated alias of that.

Seems you are missing the VK_DEVSIM_FILENAME environment variable or the same in settings file. You do enable the devsim layer, so you do need those.

This topic was automatically closed 183 days after the last reply. New replies are no longer allowed.