Add KRENGINE_MAX_FRAMES_IN_FLIGHT constant

This commit is contained in:
2022-09-14 23:41:03 -07:00
parent 9b46917171
commit 5b70ce077d

View File

@@ -32,6 +32,7 @@
#pragma once
#define KRENGINE_MAX_GPU_COUNT 4
#define KRENGINE_MAX_FRAMES_IN_FLIGHT 2
#define KRENGINE_DEBUG_GPU_LABELS 1
#define KRENGINE_DEBUG_GPU_LABEL_MAX_LEN 128