From: Mikko Rasa Date: Tue, 18 Jun 2019 08:42:22 +0000 (+0300) Subject: Move vertex array object management out of Mesh X-Git-Url: http://git.tdb.fi/?p=libs%2Fgl.git;a=commitdiff_plain;h=f3ee640033ec6367915b51a3beaf2330f39d75ac;hp=f3ee640033ec6367915b51a3beaf2330f39d75ac Move vertex array object management out of Mesh It's called VertexSetup because VertexArray was already in use. On the other hand I don't want to tie VAOs with the VertexArray class because instanced rendering will need two VertexArrays in a single VAO. ---