glslang/Test/preprocessor.success_if_parse_would_fail.vert
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
48 B
GLSL

int x() {
something that shouldnt compile;
}