vkdoom_m/src/common/rendering/vulkan
2023-09-25 00:17:53 +02:00
..
accelstructs Prepare VkRaytrace to have a dynamic bottom level acceleration structure 2023-09-25 00:17:53 +02:00
buffers - fixes for GCC on Linux 2023-09-14 11:36:10 +02:00
commands Add lightmap stats to stat gpu 2023-09-21 02:07:50 +02:00
descriptorsets Add bindless texture support 2023-09-19 23:58:17 +02:00
framebuffers Add GetDevice function instead of accessing device member directly 2023-04-16 17:07:55 +02:00
pipelines Merge branch 'master' of https://github.com/ZDoom/gzdoom into GZDoomUpdate-12-07-2023 2023-07-12 20:51:41 +08:00
samplers Configurable sampling per custom texture in material shaders 2023-08-25 18:18:03 +02:00
shaders Use a uniform buffer for the light list 2023-05-06 02:45:17 +02:00
textures Fix view index binding error 2023-09-22 11:31:50 +02:00
vk_postprocess.cpp Create a RenderState object for each thread 2023-05-17 22:39:22 +02:00
vk_postprocess.h Change the folder structure of the vulkan backend to better reflect what is going on 2023-04-16 16:39:15 +02:00
vk_pprenderstate.cpp Add lightmap stats to stat gpu 2023-09-21 02:07:50 +02:00
vk_pprenderstate.h Change the folder structure of the vulkan backend to better reflect what is going on 2023-04-16 16:39:15 +02:00
vk_renderdevice.cpp Retrieve the light list on the fly rather than try to sync it 2023-09-22 16:35:50 +02:00
vk_renderdevice.h Add bindless texture support 2023-09-19 23:58:17 +02:00
vk_renderstate.cpp Fix crash when frame buffers are resized 2023-08-30 18:53:45 +02:00
vk_renderstate.h Fix crash when frame buffers are resized 2023-08-30 18:53:45 +02:00