]> git.tdb.fi Git - libs/gl.git/history - source/glsl/spirv.h
Use default member initializers for simple types
[libs/gl.git] / source / glsl / spirv.h
2021-10-09 Mikko RasaUse default member initializers for simple types
2021-09-18 Mikko RasaUse standard fixed-size integer types
2021-08-28 Mikko RasaMiscellaneous cleanup
2021-04-28 Mikko RasaImplement textureSize as a visitor function in the...
2021-04-28 Mikko RasaStore required capabilities for SPIR-V builtin functions
2021-04-24 Mikko RasaHandle function forward declarations in the SPIR-V...
2021-04-20 Mikko RasaAdd support for uint types in GLSL
2021-04-20 Mikko RasaRecognize composite constants when generating SPIR-V
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