Right now I just have this very simple shader that sets the color for one quad that I have in my vertexArray
#version 330 core out vec4 color; void main() {