1 2 3 4 5 6 7 8 9
#version 330 core in vec2 v_uv; out vec4 FragColor; void main() { FragColor = vec4(1.0); }