6 lines
69 B
Plaintext
6 lines
69 B
Plaintext
|
out vec4 fragcolor;
|
||
|
|
||
|
void main() {
|
||
|
fragcolor = vec4(1.0);
|
||
|
}
|