1/*#pragma settings MustDeclareFragmentFrontFacing*/ 2 3void main() { 4 sk_FragColor = half4(1); 5} 6