#version 330 out vec4 FragColor; flat in int vID; void main() { FragColor = vec4(float(vID) / 42.0, float(vID) / 42.0, float(vID) / 42.0, 1.0); }