quakeforge/libs/video
Bill Currie b2d4fa0ccf [vulkan] Break render pass parsing away from swapchain
This allows a single render pass description to be used for both
on-screen and off-screen targets. While Vulkan does allow a VkRenderPass
to be used with any compatible frame buffer, and vkparse caches a
VkRenderPass created from the same description, this allows the same
description to be used for a compatible off-screen target without any
dependence on the swapchain. However, there is a problem in the caching
when it comes to targeting outputs with different formats.
2022-04-24 17:04:10 +09:00
..
renderer [vulkan] Break render pass parsing away from swapchain 2022-04-24 17:04:10 +09:00
targets [x11] Clear up some signed/unsigned ambiguity 2022-03-31 00:34:40 +09:00
Makemodule.am [build] Move to non-recursive make 2020-06-25 11:35:37 +09:00