]> git.tdb.fi Git - libs/gl.git/history - source/bufferable.h
Remove the deprecated ProgramBuilder class
[libs/gl.git] / source / bufferable.h
2021-01-25 Mikko RasaMinor comment adjustments
2021-01-25 Mikko RasaMake buffer storage immutable and use ARB_buffer_storage
2021-01-25 Mikko RasaMove buffer resizing out of Bufferable
2021-01-24 Mikko RasaFurther refactor Bufferable's API for derived classes
2020-02-09 Mikko RasaCheck for non-null buffer in Bufferable's refresh function
2019-06-17 Mikko RasaMake a const pointer to a Bufferable's buffer publicly...
2014-11-13 Mikko RasaMiscellaneous fixes
2014-09-23 Mikko RasaAdd an asynchronous update interface to Bufferable
2014-09-23 Mikko RasaRefactor the internal interface of Bufferable a bit
2013-11-30 Mikko RasaAdd a public refresh function to Bufferable
2012-08-26 Mikko RasaImprovements to Bufferable
2012-08-26 Mikko RasaAlign uniform blocks properly
2012-08-26 Mikko RasaAlter the working logic of Bufferable to avoid some...
2012-08-24 Mikko RasaAdd a class to negotiate the storage of multiple object...