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