summaryrefslogtreecommitdiff
path: root/src/gl.c
AgeCommit message (Collapse)Author
2025-12-18Use `compile_shader_f` instead of source-string versiononelin
2025-12-18TMP Rework renderingonelin
2025-12-18Add compile_shader for source stringsonelin
2025-11-15Simplify render command bufferonelin
2025-11-13Use Direct State Accessonelin
DSA (Direct State Access) is apparently a more modern way of using OpenGL, since version 4.5.
2025-11-10Add modelPosition uniformonelin
2025-11-02Flatten project structureonelin
This will make it easier to break up the code into smaller chunks again later. One would think doing this seems fun to me at this point.