4 lines
65 B
GLSL
4 lines
65 B
GLSL
|
void main(void) {
|
||
|
gl_FragColor = vec4(0.5, 0.3, 0.0, 1.0);
|
||
|
}
|