mirror of
https://github.com/RGBCube/serenity
synced 2025-06-10 21:12:06 +00:00
4 lines
64 B
GLSL
4 lines
64 B
GLSL
uniform vec3 u_Color;
|
|
in vec3 i_VertexColor;
|
|
out vec4 o_Color;
|
|
|