xemu/subprojects/glslang/Test/spv.glFragColor.frag

7 lines
66 B
GLSL

#version 330
void main()
{
gl_FragColor = vec4(1.0);
}