vkdoom_m/src/rendering/vulkan/system
2020-04-19 10:57:48 +02:00
..
vk_buffers.cpp - moved more code to 'common'. 2020-04-11 14:00:12 +02:00
vk_buffers.h - moved most basic utility code without any dependencies on the rest of the engine to 'common' directory. 2020-04-11 14:00:13 +02:00
vk_builders.cpp - added the missing blend modes to FRenderStyle. 2020-04-11 20:20:37 +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 - initialize native functions before the first query. 2020-04-11 20:20:57 +02:00
vk_device.h - moved more code to 'common'. 2020-04-11 14:00:12 +02:00
vk_framebuffer.cpp - cleaned out the coordinate code in FMaterial. 2020-04-19 10:57:48 +02:00
vk_framebuffer.h - don't let Vulkan access the vid_vsync variable directly. 2019-10-01 20:50:15 +02:00
vk_objects.h - moved more code to 'common'. 2020-04-11 14:00:12 +02:00
vk_swapchain.cpp - Fix vk_hdr looking for the wrong colorspace 2020-02-15 09:46:24 +01:00
vk_swapchain.h - Fix vk_hdr looking for the wrong colorspace 2020-02-15 09:46:24 +01:00