Loading...
Searching...
No Matches
Go to the documentation of this file.
25#ifndef GX_TRACE_CATEGORY
26#define GX_TRACE_CATEGORY GX_TRACE_CATEGORY_ALL
30#ifndef GX_USE_UNIT_PROFILE
32#define GX_USE_UNIT_PROFILE 1
34#define GX_USE_UNIT_PROFILE 0
41 #define GX_DEBUG_NEW 1
43 #define GX_DEBUG_NEW 0
48#ifndef GX_USE_DEFAULT_ALLOCATOR
49 #define GX_USE_DEFAULT_ALLOCATOR 0
61#ifndef GX_ASYNC_LOAD_THREAD_CPU_INDEX
63 #define GX_ASYNC_LOAD_THREAD_CPU_INDEX (-1)
65 #define GX_ASYNC_LOAD_THREAD_CPU_INDEX (-1)
71#ifndef GX_WORKER_THREAD_STACKSIZE
72 #define GX_WORKER_THREAD_STACKSIZE (0xC000)
76#ifndef GX_RENDER_THREAD_STACKSIZE
77 #define GX_RENDER_THREAD_STACKSIZE (0xC000)
81#ifndef GX_ASYNC_LOAD_THREAD_STACKSIZE
82 #define GX_ASYNC_LOAD_THREAD_STACKSIZE (0xC000)
86#ifndef GX_VECTOR_ZERO_DIVIDE_WARNING_ENABLE
87 #define GX_VECTOR_ZERO_DIVIDE_WARNING_ENABLE 0
91#if defined(_WINDOWS) || defined(_PS4) || defined(_NX64) || defined(_PS5) || defined(_XBOX_XS)
96#if defined(_WINDOWS) || defined(_PS4)
98#elif defined(_XBOX_XS)
102#if GX_USE_DX11 && !defined(_PS4)
103 #pragma warning(disable:4702)
106#define GX_VS2010 (_MSC_VER < 1800)
109#define GX_DRAWCALL_PROFILING 0
113#define GX_ENABLE_LCUE
116#define SCE_GNMX_ENABLE_GFX_LCUE 1
123#define GX_ENABLE_HDR_MONITOR
128#define GX_ENABLE_HTILE_STENCIL_MASK
132#ifdef GX_ENABLE_HTILE_STENCIL_MASK
133#define GX_ENABLE_COMPUTE_SHADER
138#define ORBIS_SDK_VERSION_1_7 1
139#define ORBIS_SDK_VERSION_2_0 2
140#define ORBIS_SDK_VERSION_2_5 3
141#define ORBIS_SDK_VERSION_3_0 4
142#define ORBIS_SDK_VERSION_3_5 5
143#define ORBIS_SDK_VERSION_4_0 6
144#define ORBIS_SDK_VERSION_4_5 7
145#define ORBIS_SDK_VERSION_5_0 8
146#define ORBIS_SDK_VERSION ORBIS_SDK_VERSION_5_0