blob: 38038afc53de99de4168c48b52d4dc6d9c56302e [file] [log] [blame]
layout(metal, texture=5, sampler=7) sampler2D mtlSampler;
void main() {
sk_FragColor = sample(mtlSampler, float2(0));
}