Presence/shaders/default_shader/opengl_fragment.glsl
2018-07-13 21:11:30 -07:00

5 lines
46 B
GLSL

void main(void)
{
gl_FragColor = gl_Color;
}