unplugged-vendor/external/skia/resources/sksl/fp/GrHelloWorld.fp

6 lines
57 B
GLSL

/* HELLO WORLD */
half4 main() {
return half4(1);
}