glslang/Test/baseResults/preprocessor.success_if_parse_would_fail.vert.out
Andrew Woloszyn aae1ad8296 Added error output to the preprocessor.
This patch distinguishes preprocessing errors with normal parsing
errors and gives glslangValidator the ability to output preprocessing
errors.
2015-07-14 16:02:25 -04:00

5 lines
47 B
Plaintext

int x(){
something that shouldnt compile;
}