Divide Framework 0.1
A free and open-source 3D Framework under heavy development
Loading...
Searching...
No Matches
Divide::anonymous_namespace{Kernel.cpp} Namespace Reference

Variables

constexpr U32 g_printTimerBase = 15u
 
constexpr U8 g_warmupFrameCount = 8u
 
constexpr U32 g_mininumTotalWorkerCount = 16u
 
static U32 g_totalWorkerCount = 8u
 
constexpr U8 g_renderThreadCount = 1u
 
U32 g_printTimer = g_printTimerBase
 

Variable Documentation

◆ g_mininumTotalWorkerCount

constexpr U32 Divide::anonymous_namespace{Kernel.cpp}::g_mininumTotalWorkerCount = 16u
constexpr

Definition at line 44 of file Kernel.cpp.

◆ g_printTimer

U32 Divide::anonymous_namespace{Kernel.cpp}::g_printTimer = g_printTimerBase

Definition at line 48 of file Kernel.cpp.

◆ g_printTimerBase

constexpr U32 Divide::anonymous_namespace{Kernel.cpp}::g_printTimerBase = 15u
constexpr

Definition at line 41 of file Kernel.cpp.

◆ g_renderThreadCount

constexpr U8 Divide::anonymous_namespace{Kernel.cpp}::g_renderThreadCount = 1u
constexpr

Definition at line 46 of file Kernel.cpp.

◆ g_totalWorkerCount

U32 Divide::anonymous_namespace{Kernel.cpp}::g_totalWorkerCount = 8u
static

Definition at line 45 of file Kernel.cpp.

◆ g_warmupFrameCount

constexpr U8 Divide::anonymous_namespace{Kernel.cpp}::g_warmupFrameCount = 8u
constexpr

Definition at line 42 of file Kernel.cpp.