Removed device wait idles (only uniform buffer used is coherent)
This commit is contained in:
parent
3d93c383d8
commit
79b7fd440c
1 changed files with 0 additions and 2 deletions
|
|
@ -719,9 +719,7 @@ public:
|
|||
{
|
||||
if (!prepared)
|
||||
return;
|
||||
vkDeviceWaitIdle(device);
|
||||
draw();
|
||||
vkDeviceWaitIdle(device);
|
||||
if (!paused)
|
||||
{
|
||||
updateUniformBuffers();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue