First Commit
This commit is contained in:
10
externals/glslang/Test/410.vert
vendored
Normal file
10
externals/glslang/Test/410.vert
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
#version 410 core
|
||||
|
||||
in double d;
|
||||
in dvec3 d3;
|
||||
in dmat4 dm4;
|
||||
|
||||
void main()
|
||||
{
|
||||
int test = gl_MaxFragmentUniformVectors;
|
||||
}
|
||||
Reference in New Issue
Block a user