-
-
Notifications
You must be signed in to change notification settings - Fork 52
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 renderer support #59
base: master
Are you sure you want to change the base?
Conversation
Here are some builds you may use for testing: self-hosted_debian-11_aarch64, full
ubuntu-18.04, full |
Are there any windows builds? |
Windows builds have failed, but this is a work in progress anyways. |
63b250c
to
b08ed15
Compare
b08ed15
to
1264783
Compare
Thank you @JulianGro ! |
At this point, the Linux CI builds fail during compilation. I don't see the CI being the problem anymore. The compilers are quite old though, so I can update them like in the OpenXR PR if needed. |
10799a0
to
b047484
Compare
Use INPUT and OUTPUT templates in shaders. Co-authored-by: Lubosz Sarnecki <[email protected]>
b047484
to
c1e266e
Compare
Do not merge yet - a lot of work needs to be done. Right now it initializes correctly with gpu-frame-player. Swapchain seems to work too.