UnlitUntextured.frag 75 B

1234567
  1. varying vec4 vertexColor;
  2. void main()
  3. {
  4. gl_FragColor = vertexColor;
  5. }