mirror of
https://github.com/Anuken/Mindustry.git
synced 2026-01-26 22:42:41 -08:00
5 lines
62 B
GLSL
Executable file
5 lines
62 B
GLSL
Executable file
varying vec4 v_col;
|
|
|
|
void main(){
|
|
gl_FragColor = v_col;
|
|
}
|