vec4 scale(sampler2D image, vec2 position) { return texture(image, position); }