unplugged-system/external/skia/resources/sksl/runtime_errors/PrivateRTShader.rts

8 lines
107 B
Plaintext
Raw Normal View History

float4 main(float2 xy) {
return float4(sk_FragCoord);
}
/*%%*
unknown identifier 'sk_FragCoord'
*%%*/