cbfa34a58c
Also update RELEASE_NOTES to describe new syntax. Change-Id: I2666551b98f80b61ae3a48c92a9e306cdc7242b0 Reviewed-on: https://skia-review.googlesource.com/c/skia/+/444735 Commit-Queue: Brian Osman <brianosman@google.com> Reviewed-by: John Stiles <johnstiles@google.com>
5 lines
76 B
Plaintext
5 lines
76 B
Plaintext
uniform shader child;
|
|
half4 main(float2 p) {
|
|
return child.eval(p.yx);
|
|
}
|