]> git.tdb.fi Git - libs/gl.git/history - source/render/programdata.h
Check the flat qualifier from the correct member
[libs/gl.git] / source / render / programdata.h
2022-02-28 Mikko RasaMove ProgramData to materials
2021-12-20 Mikko RasaUse a streaming buffer for ProgramData only when needed
2021-12-20 Mikko RasaRefactor ProgramData buffer (re)creation into a function
2021-12-20 Mikko RasaMultiplex streaming buffer contents on Vulkan
2021-11-14 Mikko RasaReplace ProgramData copy constructor with a more explic...
2021-11-14 Mikko RasaAdd correct copy and move semantics to most classes
2021-11-07 Mikko RasaAdd unsigned integer types to Program reflection and...
2021-10-30 Mikko RasaUpdate and improve documentation
2021-10-29 Mikko RasaUse default member initializers in some more classes
2021-10-09 Mikko RasaUse default member initializers for simple types
2021-10-01 Mikko RasaSome more cleanup of includes and forward declarations
2021-09-28 Mikko RasaEliminate the polymorphic Uniform class hierarchy
2021-09-28 Mikko RasaStore default-block uniform data in a memory block
2021-09-26 Mikko RasaSplit reflection data from Program to a separate struct
2021-09-18 Mikko RasaUse standard fixed-size integer types
2021-08-16 Mikko RasaRewrite state management
2021-04-25 Mikko RasaSet OpenGL debug labels on various objects loaded from...
2021-04-21 Mikko RasaUse a generation number to track if ProgramData has...
2021-04-21 Mikko RasaUse template functions for setting vector and matrix...
2021-04-10 Mikko RasaSplit UniformBlock into two classes
2021-04-10 Mikko RasaRefactor ProgramData to store blocks in vectors
2021-04-10 Mikko RasaUse the new _member utility functions to search and...
2021-04-10 Mikko RasaUse Tag to identify uniforms in Program and ProgramData
2021-04-03 Mikko RasaComments and cosmetic cleanups
2021-02-14 Mikko RasaRearrange soucre files into subdirectories