]> git.tdb.fi Git - libs/gl.git/history - source/uniform.cpp
Bind textures in the modern way when shaders are used
[libs/gl.git] / source / uniform.cpp
2016-10-26 Mikko RasaAdd uniform integer vectors of 2, 3 and 4 elements
2013-08-20 Mikko RasaDo not store generated files in the repository
2012-09-09 Mikko RasaFix a stupid copy&paste mistake
2012-09-03 Mikko RasaAdd 3x3 and 2x2 uniform matrices
2012-08-27 Mikko RasaComplete rewrite of extension handling
2012-08-21 Mikko RasaImplement uniform arrays
2012-08-21 Mikko RasaRewrite the Uniform classes as templates
2011-09-06 Mikko RasaDrop Id tags and copyright notices from files
2011-01-12 Mikko RasaBind ProgramData to a Program upon construction
2010-06-06 Mikko RasaStyle update: add spaces around assignment operators
2010-02-12 Mikko RasaAllow copying of Uniforms and ProgramData
2007-10-26 Mikko RasaAdd Uniform* classes to store uniform data of Programs