today I learned how to draw triangles without passing any data onto the GPU
for some reason you need to have a VAO, but all you need is to draw triangle strip with however many vertices you want
I took the idea and shader code from https://www.youtube.com/watch?v=R-bjXOEQyX8
that red diamond shape is the result