added ui rendering

This commit is contained in:
2025-07-14 21:56:10 +03:00
parent 7c2b65d079
commit d6100a8752
17 changed files with 254 additions and 33 deletions

View File

@@ -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)