GLSL: Initiate version GLSL 460, including accept extraneous semicolons.
This commit is contained in:
13
Test/460.frag
Normal file
13
Test/460.frag
Normal file
@@ -0,0 +1,13 @@
|
||||
#version 460 core
|
||||
|
||||
struct S {
|
||||
float f;
|
||||
vec4 v;
|
||||
};
|
||||
|
||||
in S s;
|
||||
|
||||
void main()
|
||||
{
|
||||
interpolateAtCentroid(s.v);
|
||||
}
|
||||
Reference in New Issue
Block a user