Age | Commit message (Collapse) | Author | Lines | |
---|---|---|---|---|
2024-12-21 | render a triangle | quou | -103/+1412 | |
2024-12-19 | remove commented debugging code | quou | -4/+0 | |
2024-12-19 | properly destroy objects on device destruction | quou | -0/+17 | |
2024-12-19 | update the debug compiler flag to include -Wall and -Wextra | quou | -1/+1 | |
2024-12-19 | basic vulkan setup | quou | -37/+5707 | |
2024-12-19 | assert to prevent double free | quou | -0/+1 | |
2024-12-19 | hash function | quou | -1/+24 | |
2024-12-19 | heap_block_size | quou | -0/+12 | |
2024-12-19 | fix the heap allocator | quou | -6/+7 | |
2024-12-15 | Windowing + keyboard and mouse input | quou | -2/+465 | |
2024-12-15 | use the Shader_Type in the shader compiler instead of another stage enum | quou | -14/+9 | |
2024-12-14 | initial commit | quou | -0/+1378 | |