|
|
@@ -195,6 +195,11 @@
|
|
|
# define BGFX_CONFIG_USE_TINYSTL 1
|
|
|
#endif // BGFX_CONFIG_USE_TINYSTL
|
|
|
|
|
|
+/// Debug text maximum scale factor.
|
|
|
+#ifndef BGFX_CONFIG_DEBUG_TEXT_MAX_SCALE
|
|
|
+# define BGFX_CONFIG_DEBUG_TEXT_MAX_SCALE 4
|
|
|
+#endif // BGFX_CONFIG_DEBUG_TEXT_MAX_SCALE
|
|
|
+
|
|
|
/// Enable nVidia PerfHUD integration.
|
|
|
#ifndef BGFX_CONFIG_DEBUG_PERFHUD
|
|
|
# define BGFX_CONFIG_DEBUG_PERFHUD 0
|
|
|
@@ -381,10 +386,6 @@ BX_STATIC_ASSERT(bx::isPowerOf2(BGFX_CONFIG_MAX_VIEWS), "BGFX_CONFIG_MAX_VIEWS m
|
|
|
# define BGFX_CONFIG_MAX_FRAME_LATENCY 3
|
|
|
#endif // BGFX_CONFIG_MAX_FRAME_LATENCY
|
|
|
|
|
|
-#ifndef BGFX_CONFIG_MAX_SCALE_DEBUG
|
|
|
-# define BGFX_CONFIG_MAX_SCALE_DEBUG 4
|
|
|
-#endif // BGFX_CONFIG_MAX_SCALE_DEBUG
|
|
|
-
|
|
|
#ifndef BGFX_CONFIG_PREFER_DISCRETE_GPU
|
|
|
// On laptops with integrated and discrete GPU, prefer selection of discrete GPU.
|
|
|
// nVidia and AMD, on Windows only.
|