6 lines
55 B
Plaintext
6 lines
55 B
Plaintext
|
|
||
|
vec4 main() {
|
||
|
return vec4(0.0, 1.0, 0.0, 1.0);
|
||
|
|
||
|
}
|