mirror of
https://github.com/KhronosGroup/glslang
synced 2024-11-14 22:01:04 +00:00
5e56423046
Code using atEndOfFile was dead, instead do something useful with the scanners atEndOfInput(). This allows a better error message for early termination of cascading errors.
8 lines
274 B
Plaintext
8 lines
274 B
Plaintext
badMacroArgs.frag
|
|
Warning, version 400 is not yet complete; most version-specific features are present, but some are missing.
|
|
ERROR: 0:4: 'macro expansion' : Too few args in Macro m
|
|
ERROR: 0:4: '' : compilation terminated
|
|
ERROR: 2 compilation errors. No code generated.
|
|
|
|
|