layout(binding=0) sampler2D t; void main() { half4 c = sampleLod(t, half2(0), 0); sk_FragColor = c * sampleLod(t, half3(1), 0); }