]> git.tdb.fi Git - libs/gl.git/history - source/backends/opengl/program_backend.cpp
Build the list of glUniform* calls even for SPIR-V modules
[libs/gl.git] / source / backends / opengl / program_backend.cpp
2021-11-07 Mikko RasaBuild the list of glUniform* calls even for SPIR-V...
2021-11-07 Mikko RasaRearrange shader reflection calls
2021-11-07 Mikko RasaAdd unsigned integer types to Program reflection and...
2021-10-11 Mikko RasaFix incorrect exception messages
2021-10-10 Mikko RasaRemove generic clipping state
2021-10-10 Mikko RasaDetermine the default uniform block size regardless...
2021-10-09 Mikko RasaUse default member initializers for simple types
2021-10-01 Mikko RasaMove all OpenGL-specific code to a separate directory