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