-
Notifications
You must be signed in to change notification settings - Fork 438
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
Running in release causes validation errors #1065
Comments
I'm not sure what the code snippet is for, it looks like one of the alternative workarounds listed in: #955 Its not needed to reproduce this issue however, as the existing triangle example will trigger it. |
@rukai It should be similar to #955 . Although I'm not sure why I am receiving this validation error only in a build compiled with the Although I'll have a closer look at #955 to see if I can somehow fix this...
to this:
But still get this validation error. I'm not sure if I just don't understand it correctly or not to be honest. |
I seem to not be able to reproduce this with the new I've tried the examples where I was seeing it previously. |
Actually spoke too soon, the examples do not show the issue anymore but I'm still seeing this message pop up in my own project. Edit: examples also still have this problem. None of the examples use any debug validation layers, once I added the standard validation this problem showed up again. |
Ditto seeing this (only) in release mode as well on a project |
I am looking into this atm, still trying to figure out what the correct solution is.. |
When running my vulkano application with
cargo run --release
I get a validation error:When quite I receive a slightly different error but is related to the same issue:
My code isn't doing anything particularly 'smart':
Weirdly enough in debug mode I do not get these validation messages.
The text was updated successfully, but these errors were encountered: