First Commit
This commit is contained in:
8
externals/glslang/Test/spv.dataOut.frag
vendored
Normal file
8
externals/glslang/Test/spv.dataOut.frag
vendored
Normal file
@@ -0,0 +1,8 @@
|
||||
#version 140
|
||||
|
||||
in vec4 Color;
|
||||
|
||||
void main()
|
||||
{
|
||||
gl_FragData[1] = Color;
|
||||
}
|
||||
Reference in New Issue
Block a user