Roll SPIRV-Cross and use upstream repo.

In the DEPS file we are going to use Chromium's mirror of
github.com/KhronosGroup/SPIRV-Cross so we need to adjust .gitmodules to
point to it instead of Kangz/SPIRV-Cross. Also take that opportunity to
roll SPIRV-Cross.

Change-Id: I4f53a4fc54f5b1b9a754ac55e976c81e5eeabeb2
This commit is contained in:
Corentin Wallez
2018-08-24 14:51:21 +02:00
committed by Corentin Wallez
parent d90748b256
commit 0fa2feb96a
10 changed files with 26 additions and 23 deletions

View File

@@ -58,7 +58,7 @@ namespace dawn_native { namespace opengl {
#else
options.version = 440;
#endif
compiler.set_options(options);
compiler.set_common_options(options);
// Rename the push constant block to be prefixed with the shader stage type so that uniform
// names don't match between the FS and the VS.