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