Skip to content
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

shaderc::SpvModule should be renamed to shaderc::CompilationResult #132

Closed
dneto0 opened this issue Feb 14, 2016 · 1 comment
Closed

shaderc::SpvModule should be renamed to shaderc::CompilationResult #132

dneto0 opened this issue Feb 14, 2016 · 1 comment

Comments

@dneto0
Copy link
Collaborator

dneto0 commented Feb 14, 2016

The class is the result produced from compilation: status information plus the actual bits generated by the compiler. Those bits are usually a SPIR-V module. However, it can be something else, e.g. when doing the equivalent of -E (preprocess-only) or -M (target dependencies).

This change would go along with the (in-flight) rename of shaderc_spv_module to shaderc_compilation_result
#126

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants