diff options
| author | jsmall-nvidia <jsmall@nvidia.com> | 2021-05-28 17:15:12 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-05-28 14:15:12 -0700 |
| commit | 67486ee516ddc33806003727682cbfc68ab1f726 (patch) | |
| tree | 21e44c4a01cae2bfa03de9ed35efe45f0ce1ac66 /tests/cross-compile | |
| parent | 89faa8a7d9b441b5dd92eec5fcf362eb3f38fa2b (diff) | |
Glslang refactor bugfix (#1863)
* #include an absolute path didn't work - because paths were taken to always be relative.
* Fix issue with with SLANG_ENABLE_GLSLANG_SUPPORT
* Update expected output from glslang-error.glsl
* Fix bug in glsl dissassembly.
* Make ExtensionTracker available even if source is not emitted.
* Only explicitly set extension tracker based on capability bits, if we are in pass through.
* Small simplification of invoke sourceEmit.
Diffstat (limited to 'tests/cross-compile')
| -rw-r--r-- | tests/cross-compile/glslang-error.glsl.expected | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/tests/cross-compile/glslang-error.glsl.expected b/tests/cross-compile/glslang-error.glsl.expected index 9a11a6967..e15d5c3eb 100644 --- a/tests/cross-compile/glslang-error.glsl.expected +++ b/tests/cross-compile/glslang-error.glsl.expected @@ -1,8 +1,7 @@ result code = -1 standard error = { -glslang: ERROR: tests/cross-compile/glslang-error.glsl:6: '' : syntax error, unexpected SEMICOLON -ERROR: 1 compilation errors. No code generated. - +glslang: tests/cross-compile/glslang-error.glsl(6): error : '' : syntax error, unexpected SEMICOLON +glslang: note : ERROR: 1 compilation errors. No code generated. } standard output = { } |
