1
0
Fork 0
fgdata/Compositor/Shaders/Default/trivial.frag

13 lines
102 B
GLSL
Raw Normal View History

// -*-C++-*-
#version 120
void main()
{
gl_FragColor = vec4 (1.0, 1.0, 1.0, 1.0);
}