Skip to content
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

Merged
merged 10 commits into from
Mar 18, 2024
Merged

Conversation

wh1t3lord
Copy link
Contributor

Ancient issue, because first mentioned by @Thalhammer (see #430).

Example demonstation of bug:

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.

wh1t3lord and others added 9 commits February 4, 2024 17:11
…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).
@mikke89 mikke89 added the backends Platforms and renderers label Mar 17, 2024
@mikke89
Copy link
Owner

mikke89 commented Mar 17, 2024

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.

@Thalhammer
Copy link
Contributor

Hi, thanks for the headsup.
Sadly I can't help with testing because I no longer work on the project. I could check out the project on my private Linux PC, but it's obviously not the same.
However the fix looks correct to me.

@mikke89 mikke89 merged commit b09f199 into mikke89:master Mar 18, 2024
18 checks passed
@mikke89
Copy link
Owner

mikke89 commented Mar 18, 2024

Thanks for chiming in, I am happy with this change as it is then.

And thanks again for the fixup!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backends Platforms and renderers
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants