zeux/volk

Segmentation Fault when loading instance

AmelieHeinrich opened this issue · 1 comments

Hello,
I have encountered an issue in which the debugger gives me this error :

Thread 1 received signal SIGSEGV, Segmentation fault.
0x00007ffb892d1877 in vulkan-1!vkResetFences () from C:\WINDOWS\SYSTEM32\vulkan-1.dll

after using any functions after using volkLoadInstance. Enabling validation layers or not does not fix the issue.

After doing some debugging, I realised that only the vkCreateWin32SurfaceKHR made the program crash, and it is indeed an invalid function pointer. Since this is a none related volk issue, i will now close this topic.