vkrt
2022-02-02 Eleni Maria... removed gph-math, will use a c library master
2022-02-02 Eleni Maria... removed all c++
2021-11-22 Eleni Maria... fixed return values in main
2021-11-22 Eleni Maria... fixed invalid pointer error
2021-11-20 Eleni Maria... Replaced FRAME_LAG with swapchain.num_images - 1 to...
2021-11-20 Eleni Maria... first attempt to add support for geom but I don't like...
2021-10-05 Eleni Maria... fixed swapchain sync for standard win, needs recreation...
2021-10-02 Eleni Maria... tmp to switch computer: there are logical errors in...
2021-09-22 Eleni Maria... added a camera class and created a camera that I am...
2021-09-18 Eleni Maria... added support for c++, mv main.c->main.cc
2021-09-18 Eleni Maria... extern "C" so that I can also use c++
2021-09-18 Eleni Maria... changed depth format for the program to run on amd
2021-09-18 Eleni Maria... forgot to add shader files
2021-09-18 Eleni Maria... fixed bug at cleanup and removed the surface from the...
2021-09-18 Eleni Maria... working swapchain
2021-08-28 Eleni Maria... fixes in image structs and functions
2021-08-23 Eleni Maria... many changes: Makefile, util, fixed indent, fixes in...
2021-06-05 Eleni Maria... removed ui from include :p
2021-06-05 Eleni Maria... moved ui.[hc] to vk.[hc]
2021-06-04 Eleni Maria... WIP create and destroy swapchain
2021-06-04 Eleni Maria... forgot to include ui.[hc] in the repo
2021-06-04 Eleni Maria... WIP: started the code to use a swapchain and aquire...
2021-05-26 Eleni Maria... updated, needs fixes
2021-02-01 Eleni Maria... Added vk.[hc] and code to create graphics pipelines.