skia2/tests/sksl/runtime_errors/IllegalShaderSampling.skvm
Brian Osman eae4ad9bc0 Remove SkSL sample() intrinsic for Skia object types
Bug: skia:12302
Change-Id: Ifc107ca2cf13c1daa59521b93fe4ad1d3c215258
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/447297
Reviewed-by: John Stiles <johnstiles@google.com>
Commit-Queue: Brian Osman <brianosman@google.com>
2021-09-14 14:18:03 +00:00

16 lines
604 B
Plaintext

### Compilation failed:
error: 10: no match for shader::eval(float2, half4)
error: 11: no match for shader::eval(half4)
error: 12: no match for shader::eval(half4, float2)
error: 13: no match for shader::eval()
error: 14: no match for shader::eval(float3x3)
error: 16: no match for colorFilter::eval()
error: 17: no match for colorFilter::eval(float2)
error: 18: no match for colorFilter::eval(float2, half4)
error: 20: no match for blender::eval()
error: 21: no match for blender::eval(half4)
error: 22: no match for blender::eval(float2)
error: 23: no match for blender::eval(float2, half4)
12 errors