vkdoom_m/src/common/rendering/vulkan
Ricardo Luís Vaz Silva 711f2b5f92 add custom vertex shaders
2025-01-08 18:25:36 +08:00
..
buffers Limit occlusion queries to 32k as that's what MoltenVK can handle 2024-09-19 03:00:51 +02:00
commands Ignore vid_maxfps when vsync is enabled. 2024-03-28 07:30:09 +01:00
descriptorsets add portals/midtextures to ray-traced dynamic lights 2024-12-30 20:37:18 +01:00
framebuffers Add GetDevice function instead of accessing device member directly 2023-04-16 17:07:55 +02:00
pipelines Fix zminmax not being linear depth 2024-09-16 01:45:44 +02:00
samplers Hook up some more PBR stuff 2024-10-03 02:37:08 +02:00
shaders add custom vertex shaders 2025-01-08 18:25:36 +08:00
textures Hook up some more PBR stuff 2024-10-03 02:37:08 +02:00
vk_levelmesh.cpp Add customizable sunlight intensity (both to ZDRayInfo and ZScript) 2024-12-21 17:48:17 +01:00
vk_levelmesh.h Clean up the ranges code a bit 2024-12-16 22:17:18 +01:00
vk_lightmapper.cpp Add customizable sunlight intensity (both to ZDRayInfo and ZScript) 2024-12-21 17:48:17 +01:00
vk_lightmapper.h Change how visible surfaces for a tile are collected by the light mapper 2024-09-07 03:11:36 +02:00
vk_lightprober.cpp Add the shaders needed to create convoluted PBR maps 2024-10-04 02:46:07 +02:00
vk_lightprober.h Add the shaders needed to create convoluted PBR maps 2024-10-04 02:46:07 +02:00
vk_postprocess.cpp And the AMD image transition fun (Thanks AMD!) 2024-09-08 22:29:41 +02:00
vk_postprocess.h Make linearized depth data available to translucent material shaders via the texture name SceneLinearDepth. Does it work? Who knows! 2024-09-08 02:32:01 +02:00
vk_pprenderstate.cpp Make linearized depth data available to translucent material shaders via the texture name SceneLinearDepth. Does it work? Who knows! 2024-09-08 02:32:01 +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 Group lightmap variables and put polyobj walls in a dynamic lightmap atlas 2024-10-22 02:29:12 +02:00
vk_renderdevice.h Fix upload bug and skip upload when RT cores are available 2024-10-21 20:50:25 +02:00
vk_renderstate.cpp move gl_light_shadow_filter from HWViewpointUniforms to VkShaderKey 2025-01-03 07:30:54 +01:00
vk_renderstate.h Half the scene (all upper and lower walls) is drawn as masked unfortunately 2024-09-16 21:58:10 +02:00