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:
@@ -1,16 +0,0 @@
|
||||
#version 310 es
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
#error This should show up in pp output .
|
||||
|
||||
|
||||
|
||||
|
||||
int main(){
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user