3700 FPS here we go

This commit is contained in:
Dynamitos
2021-04-25 23:43:40 +02:00
parent 312ae2af9a
commit 4a078bd24c
35 changed files with 160 additions and 73 deletions
+2 -1
View File
@@ -164,7 +164,8 @@ namespace Gfx
static constexpr bool useAsyncCompute = true;
static constexpr bool waitIdleOnSubmit = false;
static constexpr uint32 numFramesBuffered = 8;
static uint32 currentFrameIndex = 0;
extern uint32 currentFrameIndex;
extern double currentFrameDelta;
enum class MaterialShadingModel
{