variable-declaration.glsl 64 B

1234
  1. uniform vec3 u_Color;
  2. in vec3 i_VertexColor;
  3. out vec4 o_Color;