Skip to content
Snippets Groups Projects
user avatar
Lei Zhang authored
Two optimization levels are added:
* shaderc_optimization_level_zero
* shaderc_optimization_level_size

The first does no optimization, while the latter runs
strip-debug-info and then unify-constant pass.

This is just for compilation; no assembling support yet.
72d6deec
Name Last commit Last update