glslang/Test/baseResults/preprocessor.line.frag.out
Lei Zhang 46ea5396ef Fix empty line handling in line directive callback.
The current line number for the #line directive should be passed
in as parameter to the line directive callback. Without it, we
don't know how many empty lines we should output.
2015-07-14 14:38:14 -04:00

6 lines
60 B
Plaintext

#version 310 es
#line 1 2
#pragma something
void main(){ }