factor/extra/gml/viewer/viewer.f.glsl

10 lines
97 B
GLSL

#version 110
varying vec4 frag_color;
void main()
{
gl_FragColor = frag_color;
}