mirror of
https://github.com/RPCS3/glslang.git
synced 2025-02-12 13:58:12 +00:00
7 lines
66 B
GLSL
7 lines
66 B
GLSL
#version 330
|
|
|
|
void main()
|
|
{
|
|
gl_FragColor = vec4(1.0);
|
|
}
|