-
Notifications
You must be signed in to change notification settings - Fork 12
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
Update Spirv dependency & Support TaskEXT, MeshEXT execution models? #127
Comments
Sure. Please feel free to make a pull request or I can help with that a couple of hours later. |
It seems it's much more difficult than I thought to upgrade to spirv 0.3 since it removed all |
Thanks. I was struggling to make head & tails on how to deal with gfx-rs/rspirv#219 as well. |
I noticed that spirq's Spirv dependency is out of date when mapping
spirq::spirv::ExecutionModel
toash::vk::ShaderStageFlags
missingTaskEXT
,MeshEXT
.Can the version be bumped?
spirq-rs/spirq-core/Cargo.toml
Line 22 in da5102e
The text was updated successfully, but these errors were encountered: