vkdoom_m/src/rendering/vulkan/system
2019-04-08 23:48:46 +02:00
..
vk_buffers.cpp - there is no need to track a transfer family - yet another pointless detour thanks to vulkan-tutorial.. 2019-04-04 15:58:48 +02:00
vk_buffers.h - do not use persistent buffers for models as it is a limited resource where each consumes a vkDeviceMemory object 2019-03-23 14:58:37 +01:00
vk_builders.cpp - use I_Error for throwing errors in the Vulkan backend and print the message if one gets thrown during init. 2019-04-08 23:48:46 +02:00
vk_builders.h - use I_Error for throwing errors in the Vulkan backend and print the message if one gets thrown during init. 2019-04-08 23:48:46 +02:00
vk_device.cpp - use I_Error for throwing errors in the Vulkan backend and print the message if one gets thrown during init. 2019-04-08 23:48:46 +02:00
vk_device.h - there is no need to track a transfer family - yet another pointless detour thanks to vulkan-tutorial.. 2019-04-04 15:58:48 +02:00
vk_framebuffer.cpp - improve swap chain resize and handle the edge cases for the swap chain 2019-04-08 19:23:37 +02:00
vk_framebuffer.h - improve swap chain resize and handle the edge cases for the swap chain 2019-04-08 19:23:37 +02:00
vk_objects.h - use I_Error for throwing errors in the Vulkan backend and print the message if one gets thrown during init. 2019-04-08 23:48:46 +02:00
vk_swapchain.cpp - use I_Error for throwing errors in the Vulkan backend and print the message if one gets thrown during init. 2019-04-08 23:48:46 +02:00
vk_swapchain.h - improve swap chain resize and handle the edge cases for the swap chain 2019-04-08 19:23:37 +02:00