Files
Lucina3DS/externals/glslang/Test/spv.glFragColor.frag
2025-02-06 22:24:29 +08:00

7 lines
66 B
GLSL

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