6 lines
78 B
GLSL
6 lines
78 B
GLSL
#version 120
|
|
|
|
void main()
|
|
{
|
|
gl_FragColor = vec4(0.05, 0.05, 0.05, 1.0);
|
|
}
|