Fix #1983: __ is okay starting with ES 300, rather than 310.
This commit is contained in:
parent
86258aab80
commit
38b4db48f9
4 changed files with 18 additions and 11 deletions
|
|
@ -219,6 +219,9 @@ int init1 = gl_FrontFacing ? 1 : 2; // ERROR, non-const initializer
|
|||
|
||||
int init2 = gl_FrontFacing ? 1 : 2;
|
||||
|
||||
#define A__B // error
|
||||
int a__b; // error
|
||||
|
||||
#pragma STDGL invariant(all)
|
||||
|
||||
#line 3000
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue