mirror of
https://github.com/ZDoom/gzdoom.git
synced 2025-01-21 17:11:04 +00:00
Finish upload before using buffers
This commit is contained in:
parent
ac962c80e3
commit
634e6b2603
1 changed files with 1 additions and 0 deletions
|
@ -551,6 +551,7 @@ void VulkanRenderDevice::SetLevelMesh(LevelMesh* mesh)
|
|||
|
||||
Printf("Running VkLightmap.\n");
|
||||
|
||||
GetCommands()->WaitForCommands(false);
|
||||
GetLightmap()->Raytrace(mesh);
|
||||
|
||||
Printf("Copying data.\n");
|
||||
|
|
Loading…
Reference in a new issue