mirror of
https://github.com/mkxp-z/mkxp-z.git
synced 2025-07-04 23:55:17 +02:00
4 lines
80 B
GLSL
4 lines
80 B
GLSL
|
|
in lowp vec4 v_color;
|
|
out vec4 fragColor;
|
|
void main() { fragColor = v_color; }
|