Files
filament/third_party/glslang/Test/baseResults/syntaxError.frag.out
Romain Guy 9f2592ed9d Update SPIRV libraries (#99)
* Update SPIRV libraries

- Update `spirv-cross`
- Update `spirv-tools`
- Update `glslang`

`spirv-tools` contains a fix for an issue we reported (unnecessary promotions to highp in certain expressions).

* Add SPIRV-Tools dependency to matinfo
2018-08-15 12:59:17 -07:00

25 lines
662 B
Plaintext

syntaxError.frag
ERROR: 0:9: 'vec5' : undeclared identifier
ERROR: 0:9: '' : syntax error, unexpected IDENTIFIER, expecting COMMA or SEMICOLON
ERROR: 2 compilation errors. No code generated.
Shader version: 120
ERROR: node is still EOpNull!
0:? Linker Objects
0:? 'bigColor' ( uniform 4-component vector of float)
0:? 'BaseColor' ( smooth in 4-component vector of float)
0:? 'd' ( uniform float)
Linked fragment stage:
Shader version: 120
ERROR: node is still EOpNull!
0:? Linker Objects
0:? 'bigColor' ( uniform 4-component vector of float)
0:? 'BaseColor' ( smooth in 4-component vector of float)
0:? 'd' ( uniform float)