We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hello,
When I try parsing a spv file compiled by Slang, I get this error. It looks like Slang is not fully supported by rspirv.
The text was updated successfully, but these errors were encountered:
This should be fixed by the addition of Slang = 11u32 to pub enum SourceLanguage in #244, which should have made it into the spirv 0.3 / rspirv 0.12 releases:
Slang = 11u32
pub enum SourceLanguage
spirv 0.3
rspirv 0.12
rspirv/spirv/autogen_spirv.rs
Line 39 in 975dab2
Can you validate that you're using the latest version?
Sorry, something went wrong.
No branches or pull requests
Hello,
When I try parsing a spv file compiled by Slang, I get this error.
It looks like Slang is not fully supported by rspirv.
The text was updated successfully, but these errors were encountered: