summaryrefslogtreecommitdiff
path: root/src/gl/gl.test.c
AgeCommit message (Expand)Author
2023-03-10refactor: move glfw functions into separate tablesanine
2022-08-22add append_table()sanine
2022-08-22refactor: move data functions into separate filesanine
2022-08-22refactor: move drawing code into separate filesanine
2022-08-22add types to gl_buffer_datasanine
2022-08-20fix bug in gl.bufferData and add error checkingsanine
2022-08-19add several buffer-related functionssanine
2022-08-18implement working windowssanine