]> git.tdb.fi Git - libs/gl.git/history - source/uniform.h
Fix a copypaste error in AnimationPlayer uniform setting code
[libs/gl.git] / source / uniform.h
2016-10-26 Mikko RasaAdd uniform integer vectors of 2, 3 and 4 elements
2012-09-12 Mikko RasaPlug a memory leak
2012-09-03 Mikko RasaAdd 3x3 and 2x2 uniform matrices
2012-08-24 Mikko RasaConstruct uniform buffers for named uniform blocks
2012-08-21 Mikko RasaImplement uniform arrays
2012-08-21 Mikko RasaRewrite the Uniform classes as templates
2012-08-15 Mikko RasaFor a few lingering whitespace issues
2011-09-06 Mikko RasaDrop Id tags and copyright notices from files
2011-01-12 Mikko RasaBind ProgramData to a Program upon construction
2010-02-12 Mikko RasaAllow copying of Uniforms and ProgramData
2008-09-24 Mikko RasaAdd virtual destructors to Renderable and Uniform
2007-10-26 Mikko RasaAdd Uniform* classes to store uniform data of Programs