5 lines
69 B
Forth
5 lines
69 B
Forth
|
#version 450
|
||
|
|
||
|
void main() {
|
||
|
gl_FragColor = vec4(0, 1, 1, 0.5);
|
||
|
}
|