sgejegksng

This commit is contained in:
2025-12-09 16:45:28 +09:00
parent f62ce93695
commit 4880e1a992
3 changed files with 201 additions and 7 deletions

View File

@@ -665,6 +665,12 @@ void VulkanEngine::draw()
_asyncLoader->pump_main_thread(*_sceneManager);
}
// Apply any completed async pipeline rebuilds before using pipelines this frame.
if (_pipelineManager)
{
_pipelineManager->pump_main_thread();
}
_sceneManager->update_scene();
// Update IBL based on camera position and user-defined reflection volumes.