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
i download this source code, but can't run it, some classes can't find:
SPIRVCapability SPIRVOpLabel SPIRVOpFunction; SPIRVOpFunctionEnd; SPIRVOpFunctionParameter;
The text was updated successfully, but these errors were encountered:
Can you be more specific? What is the issue? You can get the Capability using the SPIRVCapability factory methods:
SPIRVCapability
Example:
spirvModule.add(new SPIRVOpCapability(SPIRVCapability.Addresses()));
Sorry, something went wrong.
i can‘t find the SPIRVCapability class in source code
Many classes are generated from the Standard JSON file from Khronos. Did you build the project first?
https://github.com/beehive-lab/spirv-beehive-toolkit#how-to-build
ok, i try to biuld
@androidCoder1573 , did we solve your question?
jjfumero
No branches or pull requests
i download this source code, but can't run it, some classes can't find:
SPIRVCapability
SPIRVOpLabel
SPIRVOpFunction;
SPIRVOpFunctionEnd;
SPIRVOpFunctionParameter;
The text was updated successfully, but these errors were encountered: