skia2/resources/sksl/fp/GrHelloWorld.fp

6 lines
57 B
Plaintext
Raw Normal View History

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