glslang/Test/spv.dataOut.frag
2016-01-22 17:47:22 -07:00

9 lines
83 B
GLSL

#version 140
in vec4 Color;
void main()
{
gl_FragData[1] = Color;
}