vkdoom_m/src/rendering/vulkan/system
2019-07-28 17:04:56 +02:00
..
vk_buffers.cpp - reworked buffer binding logic. 2019-06-09 20:37:11 +02:00
vk_buffers.h - reworked buffer binding logic. 2019-06-09 20:37:11 +02:00
vk_builders.cpp - create a new error class for vulkan errors as they are only recoverable during initialization (unlike CRecoverableError which is recoverable during normal processing) 2019-05-23 14:09:05 +02:00
vk_builders.h - create a new error class for vulkan errors as they are only recoverable during initialization (unlike CRecoverableError which is recoverable during normal processing) 2019-05-23 14:09:05 +02:00
vk_device.cpp vk: Check for the time query support on the graphics queue (#884) 2019-07-03 16:49:06 +02:00
vk_device.h vk: Check for the time query support on the graphics queue (#884) 2019-07-03 16:49:06 +02:00
vk_framebuffer.cpp - add VkMatrixBufferWriter so that both buffers are used same way in VkRenderState 2019-07-28 17:04:56 +02:00
vk_framebuffer.h - add VkMatrixBufferWriter so that both buffers are used same way in VkRenderState 2019-07-28 17:04:56 +02:00
vk_objects.h Switch command buffers to be one-time-submittable (#885) 2019-07-05 02:15:59 +02:00
vk_swapchain.cpp - store the vulkan framebuffer with the image (this ensures the framebuffer object is destroyed along with the image) 2019-06-10 22:14:02 +02:00
vk_swapchain.h - store the vulkan framebuffer with the image (this ensures the framebuffer object is destroyed along with the image) 2019-06-10 22:14:02 +02:00