1
0
Fork 0
fgdata/Shaders/trivial.frag

12 lines
102 B
C++

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