-
Notifications
You must be signed in to change notification settings - Fork 315
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
Fixing for Rml 5.* releases Vulkan issue #601
Conversation
…g, but keep original header for version 1.0 for maximum supporting of wide range devices and user base; fixing all validation errors, the problem was in function that used for outside usage, but our case was that we need to use inside in our render pass instance.
…lad header for vulkan 1.3 version); returned debugging to default state (not so detailed).
…reported by thalhammer, ancient issue)
Thanks for the fix! This looks good to me, I'll wait a bit to see if anyone else has any input. The commit history is very noisy, but I can always squash merge it. |
Hi, thanks for the headsup. |
Thanks for chiming in, I am happy with this change as it is then. And thanks again for the fixup! |
Ancient issue, because first mentioned by @Thalhammer (see #430).
Example demonstation of bug:
The fix is really straightforward and I forgot why I keep incorrect usage of semaphores for queue submit, but I didn't forget about that issue after 2 years...
I would like to call @Thalhammer for testing in his environment and report that there's no any issues too.