This patch distinguishes preprocessing errors with normal parsing errors and gives glslangValidator the ability to output preprocessing errors.
5 lines
47 B
Plaintext
5 lines
47 B
Plaintext
int x(){
|
|
something that shouldnt compile;
|
|
}
|
|
|