4 lines
51 B
GLSL
4 lines
51 B
GLSL
![]() |
void main() {
|
||
|
gl_FragColor = vec4(0, 0, 0, 1);
|
||
|
}
|