-
Notifications
You must be signed in to change notification settings - Fork 391
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Vulkan validation error #34
Comments
Same here. Did you find a solution? |
I have the same problem. And as soon as I resize the imgui demo widget, the .exe aborts. E:\code\vsProjects\Walnut\Walnut\bin\Debug-windows-x86_64\WalnutApp\WalnutApp.exe (process 34548)Aborted,code is -1073741819。 |
Same here. Tried to download new version of sdk, didn't work |
Validation is only run in Debug mode, so if you change to release mode, the validation errors will not happen. This will have the side effect of validation not being run, so do it at your own risk. This is just a workaround, not a fix |
When I run the walnut example repo I get these errors, but the window still seems to work normally.
I've tried reinstalling Vulkan and I've updated my graphics drivers.
It seems like the only problem is with validation, since the program seems to work properly. Should I change the Vulkan validation layer?
The text was updated successfully, but these errors were encountered: