removed gph-math, will use a c library
[vkrt] / src /
2022-02-02 Eleni Maria Stearemoved all c++
2021-11-22 Eleni Maria Steafixed return values in main
2021-11-22 Eleni Maria Steafixed invalid pointer error
2021-11-20 Eleni Maria SteaReplaced FRAME_LAG with swapchain.num_images - 1 to...
2021-11-20 Eleni Maria Steafirst attempt to add support for geom but I don't like...
2021-10-05 Eleni Maria Steafixed swapchain sync for standard win, needs recreation...
2021-10-02 Eleni Maria Steatmp to switch computer: there are logical errors in...
2021-09-22 Eleni Maria Steaadded a camera class and created a camera that I am...
2021-09-18 Eleni Maria Steaadded support for c++, mv main.c->main.cc
2021-09-18 Eleni Maria Steaextern "C" so that I can also use c++
2021-09-18 Eleni Maria Steachanged depth format for the program to run on amd
2021-09-18 Eleni Maria Steafixed bug at cleanup and removed the surface from the...
2021-09-18 Eleni Maria Steaworking swapchain
2021-08-28 Eleni Maria Steafixes in image structs and functions
2021-08-23 Eleni Maria Steamany changes: Makefile, util, fixed indent, fixes in...
2021-06-05 Eleni Maria Stearemoved ui from include :p
2021-06-05 Eleni Maria Steamoved ui.[hc] to vk.[hc]
2021-06-04 Eleni Maria SteaWIP create and destroy swapchain
2021-06-04 Eleni Maria Steaforgot to include ui.[hc] in the repo
2021-06-04 Eleni Maria SteaWIP: started the code to use a swapchain and aquire...
2021-05-26 Eleni Maria Steaupdated, needs fixes
2021-02-01 Eleni Maria SteaAdded vk.[hc] and code to create graphics pipelines.