summaryrefslogtreecommitdiff
path: root/ui/text.h
Commit message (Collapse)AuthorAge
* Render text in N draw callsDan Goodliffe2024-01-27
| | | | | | Creates a single buffer per required texture and draws the whole buffer in one go. It does introduce the use of deprecated GL_QUADS primitive, but it's the easiest way to go without needing indices, repeated vertices etc
* Remove the static font cacheDan Goodliffe2024-01-26
| | | | Each thing can own/share a font rendering itself
* Reformat with new clang-formatDan Goodliffe2023-11-07
|
* Swap GLEW for more modern gladDan Goodliffe2023-05-28
|
* Generic solution for glGen/glDel arrays, then tidy-up the usesDan Goodliffe2022-01-01
|
* First iteration with font/text supportDan Goodliffe2022-01-01