vkdoom_m/src/rendering/vulkan/system
2019-04-19 23:56:54 +02:00
..
vk_buffers.cpp - add support for flushing commands during drawing 2019-04-19 20:55:15 +02:00
vk_buffers.h - implement VKBuffer::Resize 2019-04-18 22:01:42 +02:00
vk_builders.cpp - improve shader error handling and attempt to remove some bogus declarations 2019-04-18 01:20:28 +02:00
vk_builders.h - improve shader error handling and attempt to remove some bogus declarations 2019-04-18 01:20:28 +02:00
vk_device.cpp - once the Vulkan backend booted all the remaining vulkan calls are unrecoverable (unless the code calling it gets actively involved, which means that particular action is not exceptional in nature and shouldn't be done as an exception) 2019-04-09 14:25:18 +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 - minor code cleanup 2019-04-19 23:56:54 +02:00
vk_framebuffer.h - minor code cleanup 2019-04-19 23:56:54 +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 - we cannot recover from this 2019-04-11 05:36:36 +02:00
vk_swapchain.h - apply vk_hdr immediately and delay initial swapchain creation until first image needs to be acquired 2019-04-11 04:26:43 +02:00