Pattern 1FragmentVertexprecision mediump float; varying vec2 vUv; void main() { gl_FragColor = vec4(vUv, 1.0, 1.0); }