blob: 5cea0db650b167e1083dc9fd3b80b9cc27edd010 [file] [log] [blame]
/* HELLO WORLD */
half4 main() {
// Return green.
return half4(0, 1, 0, 1);
}