out vec4 FragColor; uniform sampler2D uTexMain; in vec2 aUv; void main() { FragColor = texture( uTexMain, aUv ); }