]> git.tdb.fi Git - libs/gl.git/history - source/render/instancearray.cpp
Check the flat qualifier from the correct member
[libs/gl.git] / source / render / instancearray.cpp
2022-03-17 Mikko RasaAdd a loader to InstanceArray and make them loadable...
2022-03-17 Mikko RasaRedesign InstanceArray
2022-03-01 Mikko RasaFix incorrect vertex array indexing in InstanceArray
2022-01-19 Mikko RasaUse pipeline keys for objects and effects
2021-12-19 Mikko RasaInstanceArray doesn't need to refresh the vertex arrays
2021-11-17 Mikko RasaAdd a usage parameter to Buffer
2021-10-29 Mikko RasaUse default member initializers in some more classes
2021-10-02 Mikko RasaRename RenderPass to RenderMethod
2021-10-01 Mikko RasaSome more cleanup of includes and forward declarations
2021-09-30 Mikko RasaAlways use instanced rendering in InstanceArray
2021-09-26 Mikko RasaSplit reflection data from Program to a separate struct
2021-09-17 Mikko RasaUse C++11 features with containers
2021-09-15 Mikko RasaMake VertexFormat capable of storing type information
2021-09-13 Mikko RasaTweak the comma operator between VertexAttribute and...
2021-09-05 Mikko RasaStore index type in VertexSetup
2021-08-12 Mikko RasaRemove the notion of default binding point from Buffer
2021-08-04 Mikko RasaOnly allow VertexArray's format to be set once
2021-04-10 Mikko RasaRemove unnecessary std:: qualifiers from .cpp files
2021-04-10 Mikko RasaPass Tag by value, not by reference
2021-03-21 Mikko RasaRearrange vertex attributes
2021-03-21 Mikko RasaRename VertexComponent to VertexAttribute
2021-02-14 Mikko RasaRearrange soucre files into subdirectories