summaryrefslogtreecommitdiff
path: root/gfx/gl/program.cpp
Commit message (Collapse)AuthorAge
* Split CheckShaderError into shader/program versionsDan Goodliffe2024-08-03
| | | | They're similar, but need splitting for better diagnostics
* Tidy many stringy messes with std::formatDan Goodliffe2024-06-04
|
* Drop .hpp for header only thingsDan Goodliffe2023-04-29
| | | | Half of them acquired a .cpp part anyway
* Include uniform name in required uniform does not exist error messageDan Goodliffe2023-01-05
|
* Restructure how shaders are worked withDan Goodliffe2022-11-03
Needs a tidy-up