3 lines
62 B
GLSL
3 lines
62 B
GLSL
|
|
void main() {
|
||
|
|
gl_FragColor = vec4(0.25, 0.125, 0.125, 1.0);
|
||
|
|
}
|