added ui rendering
This commit is contained in:
@@ -174,7 +174,6 @@ void IVulkan::Init()
|
||||
};
|
||||
void IVulkan::CreatePipelines()
|
||||
{
|
||||
V_printf("Created %i pipelines\n",g_StepMeshRendering.GetSize());
|
||||
for (auto &step: g_StepPrepass)
|
||||
step.pPipeline->Init();
|
||||
for (auto &step: g_StepMeshRendering)
|
||||
|
||||
Reference in New Issue
Block a user