Fix line number handling in line directive callback.
The line argument passed into the lineCallback function is the literal value of the first argument of the #line directive. lastLine in DoPreprocessing() should be updated taking into consideration the different definitions for #line between specs. Add a test to reveal the bug.
This commit is contained in:
parent
3a194f7ba4
commit
5cbc990a0a
9 changed files with 40 additions and 13 deletions
4
Test/preprocessor.line.frag
Normal file
4
Test/preprocessor.line.frag
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
#version 310 es
|
||||
#line 1 2
|
||||
#pragma something
|
||||
void main() {}
|
||||
Loading…
Add table
Add a link
Reference in a new issue