4 lines
43 B
GLSL
4 lines
43 B
GLSL
void main() {
|
|
fragColor = vec4(1.0);
|
|
}
|
void main() {
|
|
fragColor = vec4(1.0);
|
|
}
|