summaryrefslogtreecommitdiff
path: root/gfx/gl/program.h
Commit message (Collapse)AuthorAge
* Split CheckShaderError into shader/program versionsDan Goodliffe2024-08-03
| | | | They're similar, but need splitting for better diagnostics
* Creating a program with no shaders is not validDan Goodliffe2024-07-20
|
* Reformat with new clang-formatDan Goodliffe2023-11-07
|
* Swap GLEW for more modern gladDan Goodliffe2023-05-28
|
* Drop .hpp for header only thingsDan Goodliffe2023-04-29
| | | | Half of them acquired a .cpp part anyway
* Fix up all the static analyzer warningsDan Goodliffe2023-01-08
|
* Add missing explicit on constructorsDan Goodliffe2022-12-29
|
* Shaders can be deleted once attached to a programDan Goodliffe2022-11-15
|
* Add some tests over the behaviour of windows and contexts and glStuffDan Goodliffe2022-11-14
|
* Restructure how shaders are worked withDan Goodliffe2022-11-03
Needs a tidy-up