Added error output to the preprocessor.
This patch distinguishes preprocessing errors with normal parsing errors and gives glslangValidator the ability to output preprocessing errors.
This commit is contained in:
4
Test/preprocessor.success_if_parse_would_fail.vert
Normal file
4
Test/preprocessor.success_if_parse_would_fail.vert
Normal file
@@ -0,0 +1,4 @@
|
||||
int x() {
|
||||
something that shouldnt compile;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user