Skip to content
This repository was archived by the owner on Dec 12, 2019. It is now read-only.

Commit 9591a07

Browse files
committed
Move Engine/Config to Core/Config
1 parent 65a5016 commit 9591a07

File tree

4 files changed

+4
-1
lines changed

4 files changed

+4
-1
lines changed

Engine/Config/Engine.Config.h renamed to Core/Config/Engine.Config.h

+4-1
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,10 @@ namespace GX_STL
7070
static constexpr int GAPI_MaxWaitFence = 8;
7171
static constexpr int GAPI_MaxWaitSemaphores = 8;
7272

73-
static constexpr int OS_MaxDisplays = 8;
73+
static constexpr int OS_MaxDisplays = 8;
74+
75+
// Engine.FrameGraph
76+
static constexpr int FG_MaxTaskDependencies = 8;
7477
};
7578

7679
} // GX_STL
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)