]> git.tdb.fi Git - libs/gl.git/history - source/shader.h
Fix a bug in ProgramData when all uniforms in a block are removed
[libs/gl.git] / source / shader.h
2016-10-16 Mikko RasaAdd basic support for geometry shaders
2014-05-16 Mikko RasaImprove interface documentation a bit
2012-08-28 Mikko RasaDon't expose the shader type enum
2011-09-06 Mikko RasaDrop Id tags and copyright notices from files
2011-05-10 Mikko RasaDrop Shader::get_param and Program::get_param
2010-02-21 Mikko RasaGet rid of the typedefs for fundamental types
2008-09-08 Mikko RasaUse RAII checks for extensions and versions
2007-12-29 Mikko RasaWindows compatibility:
2007-10-26 Mikko RasaAdd Uniform* classes to store uniform data of Programs
2007-10-01 Mikko RasaAdd mult_matrix functions
2007-08-21 Mikko RasaAdd shaders