TIC-80-guile/data/shaders/untextured.frag

8 lines
80 B
GLSL
Raw Normal View History

2018-02-19 21:03:35 +01:00
#version 120
varying vec4 color;
void main(void)
{
gl_FragColor = color;
}