#version 110 varying vec2 Frag_UV; varying vec4 Frag_Color; void main() { gl_FragColor = Frag_Color; }