]> git.tdb.fi Git - libs/gl.git/history - source/glsl/reflect.h
Use default member initializers for simple types
[libs/gl.git] / source / glsl / reflect.h
2021-10-09 Mikko RasaUse default member initializers for simple types
2021-10-08 Mikko RasaConsider expressions in array sizes when comparing...
2021-04-20 Mikko RasaMove some type information functions to glsl/reflect.cpp
2021-04-09 Mikko RasaAdd a SPIR-V backend to the GLSL compiler
2021-04-09 Mikko RasaVisit the entire call graph in DependencyCollector
2021-04-06 Mikko RasaCompare array sizes in TypeComparer
2021-04-06 Mikko RasaRewrite type comparisons as a visitor
2021-04-04 Mikko RasaAdd visitors to calculate offsets of struct members
2021-04-04 Mikko RasaMake function dependency collection its own visitor...
2021-04-03 Mikko RasaComments and cosmetic cleanups
2021-04-03 Mikko RasaEven more validation for uniform mismatches