varying vec2 fragment_uv;
uniform sampler2D texture;
void main() {
gl_FragColor = texture2D(texture, fragment_uv);
}