I've been going through the new graphics API and I'm confused about something.
I'm trying to figure out why we can't modify the vertices in a VertexArray. I see we can read them just fine but what if we want to move the texture coordinates or transform them?
Am I just missing something or is this really not possible?
EDIT: Nevermind, I just found the answer in another thread. Sorry about that. :oops: