]> git.tdb.fi Git - libs/gl.git/history - source/vertexsetup.cpp
Check the flat qualifier from the correct member
[libs/gl.git] / source / vertexsetup.cpp
2021-02-14 Mikko RasaRearrange soucre files into subdirectories
2021-01-25 Mikko RasaBetter way of refreshing VertexSetup
2020-02-09 Mikko RasaDon't call glVertexAttribDivisor if the extension is...
2019-10-29 Mikko RasaRequire vertex arrays to have a buffer when adding...
2019-10-29 Mikko RasaRemove bind mechanics from Mesh and VertexArray
2019-10-29 Mikko RasaAdd sanity checks to bind functions
2019-06-21 Mikko RasaInitial support for instanced rendering
2019-06-18 Mikko RasaUse direct state access for updating VertexSetup
2019-06-18 Mikko RasaOnly update the changed parts of VertexSetup
2019-06-18 Mikko RasaMove vertex array object management out of Mesh