Hopefully fixing models

This commit is contained in:
Dynamitos
2020-10-31 00:04:23 +01:00
parent 41710220ec
commit 799ba20d49
3 changed files with 4 additions and 3 deletions
+1 -1
View File
@@ -150,7 +150,7 @@ typedef uint32 KeyModifierFlags;
namespace Gfx
{
static constexpr bool useAsyncCompute = true;
static constexpr bool waitIdleOnSubmit = true;
static constexpr bool waitIdleOnSubmit = false;
static constexpr uint32 numFramesBuffered = 3;
static uint32 currentFrameIndex = 0;