mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-04-15 05:41:59 +00:00
[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:
parent
bf50248e34
commit
bc9e85e429
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Reference in a new issue