5 lines
43 B
Forth
5 lines
43 B
Forth
|
void main() {
|
||
|
gl_FragColor = vec4(1.);
|
||
|
}
|
||
|
|