quakeforge/libs/video
Bill Currie 2798b5fd58 [vulkan] Use cached memory for the bsp index buffer
Since it is updated every frame, it needs to be as fast as possible for
the cpu code. This seems to make a difference of about 10us (~130 ->
~120) when testing in marcher. Not a huge change, but the timing
calculation was wrapped around the entire base world pass, so there was
a fair bit of overhead from bsp traversal etc.
2022-04-06 14:40:40 +09:00
..
renderer [vulkan] Use cached memory for the bsp index buffer 2022-04-06 14:40:40 +09:00
targets [vulkan] Move viewport and scissor into qfv_renderpass_t 2022-04-01 20:34:41 +09:00
Makemodule.am [build] Move to non-recursive make 2020-06-25 11:35:37 +09:00