UnlitUntextured.frag 71 B

12345
  1. uniform vec4 entityColor;
  2. void main() {
  3. gl_FragColor = entityColor;
  4. }