02eb5dc371
Change-Id: I41a5aea7b01efe8901498621197b9a5ff0f4fe5f Bug: skia:10549 Reviewed-on: https://skia-review.googlesource.com/c/skia/+/344656 Commit-Queue: John Stiles <johnstiles@google.com> Commit-Queue: Brian Osman <brianosman@google.com> Reviewed-by: Brian Osman <brianosman@google.com> Auto-Submit: John Stiles <johnstiles@google.com>
5 lines
67 B
GLSL
5 lines
67 B
GLSL
half4 main() {
|
|
fragmentProcessor child;
|
|
return half4(1);
|
|
}
|