unplugged-system/external/skia/tests/sksl/runtime/SampleWithExplicitCoord.minified.sksl

2 lines
68 B
Plaintext
Raw Normal View History

uniform shader child;half4 main(float2 a){return child.eval(a.yx);}