
Specifically, make GLSL link error messages more specific and output only information relevant to the error. Also change type printing to more closely reflect GLSL syntax. This is the default for link error messages, but must me enabled with the new option --enhanced-msgs for compilation error messages. Also with --enhanced-msgs, only emit one error message per source line.
7 lines
209 B
Plaintext
7 lines
209 B
Plaintext
enhanced.0.frag
|
|
ERROR: enhanced.0.frag:7: ' vec4 constructor' : not enough data provided for construction
|
|
ERROR: 1 compilation errors. No code generated.
|
|
|
|
|
|
SPIR-V is not generated for failed compile or link
|