-
Notifications
You must be signed in to change notification settings - Fork 564
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
Make spvOpcodeString() part of the public API #3138
Comments
Sending to @s-perron This API and its implementation is stateless (doesn't need a spv_context), so we can expose this |
s-perron
added a commit
to s-perron/SPIRV-Tools
that referenced
this issue
Feb 4, 2020
s-perron
added a commit
to s-perron/SPIRV-Tools
that referenced
this issue
Feb 4, 2020
s-perron
added a commit
to s-perron/SPIRV-Tools
that referenced
this issue
Feb 20, 2020
s-perron
added a commit
that referenced
this issue
Feb 20, 2020
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In https://swiftshader-review.googlesource.com/c/SwiftShader/+/38820 we added a forward declaration of spvOpcodeString() to our code base. Adding it to the public API of SPIRV-Tools would allow it to be used more widely and help avoid breakage.
The text was updated successfully, but these errors were encountered: