5 lines
65 B
GLSL
Executable File
5 lines
65 B
GLSL
Executable File
void main()
|
|
{
|
|
gl_FragColor = vec4(0.0, 0.0, 0.0, 0.0);
|
|
}
|