android13/external/skia/resources/sksl/shared/HelloWorld.sksl

2 lines
56 B
Plaintext

half4 main(float2 coords) { return half4(0, 1, 0, 1); }