summaryrefslogtreecommitdiff
path: root/src/gl/window.c
AgeCommit message (Expand)Author
2023-03-10refactor: move glfw functions into separate tablesanine
2023-03-02remove honeysucklesanine
2023-03-01switch glad profile to gl4.1sanine
2022-10-04add first person demosanine
2022-10-03add all keycodessanine
2022-10-03add window.getKeysanine
2022-10-03refactor: use luaL_check* instead of hs_parse_args in gl/window.csanine
2022-08-23fix memory leaksanine
2022-08-22add uniformssanine
2022-08-21fix segfault with wdatasanine
2022-08-20fix bug in gl.bufferData and add error checkingsanine
2022-08-19add shaders and basic drawing functionssanine
2022-08-18implement working windowssanine
2022-08-18add glfwInit and glfwTerminate bindingssanine
2022-06-18add tointegersanine
2022-06-18add all window hintssanine
2022-06-16begin adding window creation hintssanine
2022-06-16throw error on glfwInit failsanine
2022-06-16add mock_**queue macrossanine
2022-06-16add initial window frameworksanine