4 lines
51 B
GLSL
4 lines
51 B
GLSL
|
void main() {
|
||
|
gl_FragColor = vec4(1, 0, .3, 1);
|
||
|
}
|