GLSL: Initiate version GLSL 460, including accept extraneous semicolons.
This commit is contained in:
parent
fda6edcbad
commit
de16e52b25
10 changed files with 1627 additions and 1517 deletions
11
Test/460.vert
Normal file
11
Test/460.vert
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
#version 460 core
|
||||
|
||||
int i;
|
||||
; // extraneous semicolon okay
|
||||
float f;;;
|
||||
|
||||
void main()
|
||||
{
|
||||
}
|
||||
;
|
||||
;
|
||||
Loading…
Add table
Add a link
Reference in a new issue