-
Notifications
You must be signed in to change notification settings - Fork 50
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 support #88
Comments
Are you referring to the Vulkan API provided by Qt? It's possible to add it. It's not included by default because Qt's Vulkan API uses subclassing a lot, and |
Yes, I want to embed vulkan view on Qt widget. And another question is ritual on windows seems still not work, because of the -PIC. |
CI shows that ritual should work on Windows with MSVC 2017, but other compilers are untested yet. Can you describe your environment (OS version, rust toolchain, C++ compiler version, Qt version and Qt build's target compiler) where ritual doesn't work? |
Ok, I will try again. The generating process may cost too much time. And I love this project. it works very well on linux. |
I am using windows 10, rust-1.40.0-nightly. MSVC2017 , Qt 5.13.1, build for msvc 2017. I have found the problem, it's the problem of cpp_checker, at tmp\cpp_checker\tests\src\main.cpp: #include "utils.h"
int main() {
{
}
}
} |
Still the same error: INFO [ritual::cli] Workspace: D:\projects\rusts\ritual\generated |
This link may help, google/shaderc#772. |
The |
Thank you for all your efforts. I am going to have a try. |
Will vulkan api be supported in the future?
The text was updated successfully, but these errors were encountered: