[vulkan] Return default rendering to deferred

Until I design the system for run-time configuration of the render
graph. While forward is fast, it's... not pretty.
This commit is contained in:
Bill Currie 2024-01-23 14:54:59 +09:00
parent bf50248e34
commit bc9e85e429

View file

@ -116,7 +116,7 @@ vulkan_R_Init (void)
Vulkan_Translucent_Init (vulkan_ctx);
Vulkan_Compose_Init (vulkan_ctx);
QFV_LoadRenderInfo (vulkan_ctx, "main_fwd");
QFV_LoadRenderInfo (vulkan_ctx, "main_def");
QFV_LoadSamplerInfo (vulkan_ctx, "smp_quake");
QFV_BuildRender (vulkan_ctx);