unplugged-system/external/skia/tests/sksl/runtime_errors/DerivativesES2.skvm

10 lines
300 B
Plaintext
Raw Normal View History

### Compilation failed:
error: 1: no match for dFdx(float2)
float2 dx(float2 coords) { return dFdx(coords); }
^^^^^^^^^^^^
error: 2: no match for dFdy(float2)
float2 dy(float2 coords) { return dFdy(coords); }
^^^^^^^^^^^^
2 errors