-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
fix: Updated Vortice.Vulkan package to the latest version #2497
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
fix: Updated Vortice.Vulkan package to the latest version #2497
Conversation
…isplay) from GraphicsOutput.CurrentDisplayMode when using Direct3D
|
Looks good, thanks a bunch @Feralnex - did you test a game built under vulkan with these changes ? |
|
@Eideren only "New game" example from stride templates. Would be good if somebody with more advanced project could test it before merging |
|
Vortice.Vulkan is now 2.1.0. The linked issue has response fromt the author, if a help is required. |
Sorry for the delay, I'm still unpacking things (I moved to a new flat). I'll update it in a new year if nobody wants to take it over ; ) I'll come back to Stride in the second part of January or in February |
|
Thanks for an update. Take your time. Hope to see you around once you are settled 🙂. |
|
Converting this to draft, let us know if/when it is done @Feralnex :) |
|
@VaclavElias @Eideren Unfortunately after upgrading to 2.1.1 (and also to 2.1.2) it stopped working. I couldn't find what's wrong so I created an issue amerkoleci/Vortice.Vulkan#58 so that maybe the author might have an idea why it doesn't work anymore (probably some breaking changes in the API) and it's been almost 2 months already without a response. I don't have knowledge to tackle it so if somebody feels like picking it up feel free to do so. Version 1.9.8 from this PR worked without issues for me. |
Eideren
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks ! Left a couple of comments
Would need a quick check from @johang88 if he has time for a quick look over
sources/engine/Stride.Graphics/Vulkan/GraphicsAdapterFactory.Vulkan.cs
Outdated
Show resolved
Hide resolved
Took a quick look and not seeing any obvious issues! I'll see if I can run it with some of my test projects or maybe merge it into my compute branch if I'm feeling really adventurous. |
|
Seems to work but I get a validation error that is not present on master: |
I'll take a look in the coming days, most probably after the weekend |
|
Sorry for the wait, I'm pretty busy recently but I've managed to find few mins to investigate. @johang88 could You try again? Might be that in newer version we just need to specify api version upfront |
Seems to work as it should now! |
|
Thanks ! |
You're welcome! ^^ |
PR Details
Updated Vortice.Vulkan package to the latest version (1.2.167 -> 2.1.2)
Related Issue
Types of changes
Checklist