bevy/crates/glsl-to-spirv/glslang/Test/spv.dataOut.frag

8 lines
83 B
GLSL

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