First Commit
This commit is contained in:
12
externals/glslang/Test/spv.dataOutIndirect.frag
vendored
Normal file
12
externals/glslang/Test/spv.dataOutIndirect.frag
vendored
Normal file
@@ -0,0 +1,12 @@
|
||||
#version 140
|
||||
|
||||
in vec4 Color;
|
||||
|
||||
out vec4 fcolor[4];
|
||||
|
||||
uniform b { int i; } bName;
|
||||
|
||||
void main()
|
||||
{
|
||||
fcolor[bName.i] = Color;
|
||||
}
|
||||
Reference in New Issue
Block a user