summaryrefslogtreecommitdiffstatshomepage
path: root/3rdparty/bgfx/src/config.h
diff options
context:
space:
mode:
Diffstat (limited to '3rdparty/bgfx/src/config.h')
-rw-r--r--3rdparty/bgfx/src/config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/3rdparty/bgfx/src/config.h b/3rdparty/bgfx/src/config.h
index 1a069b4e116..396e6506372 100644
--- a/3rdparty/bgfx/src/config.h
+++ b/3rdparty/bgfx/src/config.h
@@ -168,7 +168,7 @@
#ifndef BGFX_CONFIG_MAX_VIEWS
// Do not change. Must be power of 2.
-# define BGFX_CONFIG_MAX_VIEWS 32
+# define BGFX_CONFIG_MAX_VIEWS 256
#endif // BGFX_CONFIG_MAX_VIEWS
#define BGFX_CONFIG_MAX_VIEW_NAME_RESERVED 5