unplugged-system/external/skia/resources/sksl/shared/HelloWorld.sksl

2 lines
56 B
Plaintext
Raw Normal View History

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