home projects git about
1 2 3 4 5 6 7 8 9 10
#version 330 core in vec4 color; out vec4 FragColor; void main() { FragColor = color; }