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