]> git.tdb.fi Git - libs/gl.git/history - source/core/reflectdata.h
Check the flat qualifier from the correct member
[libs/gl.git] / source / core / reflectdata.h
2022-04-15 Mikko RasaSupport compute shaders and compute operations
2022-03-17 Mikko RasaRebind all descriptor sets if push constant layout...
2021-12-09 Mikko RasaTrack different kinds of bindings separately
2021-12-09 Mikko RasaPopulate used bindings in ReflectData
2021-11-21 Mikko RasaTrack the in-use state of resource bindings in Pipeline...
2021-11-17 Mikko RasaPack descriptor set and binding in a single variable
2021-11-11 Mikko RasaRecognize push constant blocks when reflecting SPIR...
2021-11-11 Mikko RasaStore descriptor set in program reflection data
2021-10-30 Mikko RasaFix the type of a location variable
2021-10-11 Mikko RasaMinor cleanups and tweaks
2021-10-10 Mikko RasaRemove generic clipping state
2021-10-09 Mikko RasaUse default member initializers for simple types
2021-09-26 Mikko RasaSplit reflection data from Program to a separate struct