]> git.tdb.fi Git - libs/gl.git/history - source/core/program.cpp
Rename some things in Program
[libs/gl.git] / source / core / program.cpp
2021-04-02 Mikko RasaRename some things in Program
2021-04-02 Mikko RasaClear all maps before linking the Program
2021-04-02 Mikko RasaAdd default constructors for the info structs in Program
2021-03-31 Mikko RasaAdd support for loading SPIR-V shaders
2021-03-31 Mikko RasaRename size to array_size in Program variable info...
2021-03-30 Mikko RasaUse DataType instead of GLenum for Program variable...
2021-03-30 Mikko RasaAdd some precondition checks to Program
2021-03-30 Mikko RasaSplit Module into a base class and format-specific...
2021-03-30 Mikko RasaRefactor adding and compiling shader stages in Program
2021-03-21 Mikko RasaRename VertexComponent to VertexAttribute
2021-03-16 Mikko RasaAlways show shader compiler diagnostics in debug builds
2021-02-26 Mikko RasaAdd interfaces for using specialization constants with...
2021-02-21 Mikko RasaRedesign the way shader programs are loaded
2021-02-18 Mikko RasaRefactor the interface of SL::Compiler
2021-02-14 Mikko RasaMove the GLSL compiler entirely in its own namespace
2021-02-14 Mikko RasaRearrange soucre files into subdirectories