First Commit
This commit is contained in:
11
externals/glslang/Test/implicitArraySizeBuiltin.vert
vendored
Normal file
11
externals/glslang/Test/implicitArraySizeBuiltin.vert
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
#version 460 core
|
||||
|
||||
void f1(float x)
|
||||
{
|
||||
gl_ClipDistance[6] = x;
|
||||
gl_CullDistance[1] = x;
|
||||
}
|
||||
|
||||
void main(){
|
||||
f1(0.1);
|
||||
}
|
||||
Reference in New Issue
Block a user