summaryrefslogtreecommitdiffstatshomepage
path: root/3rdparty
diff options
context:
space:
mode:
author Miodrag Milanovic <mmicko@gmail.com>2016-03-24 09:40:29 +0100
committer Miodrag Milanovic <mmicko@gmail.com>2016-03-24 09:40:29 +0100
commit3bd130ebced635cda3e1e9939dc696caabe18a5a (patch)
tree72c8e362ab451e457771d6ada071df49c5e35b99 /3rdparty
parentaccfc260a0b7c5103d910f6bd8f2deb5470fa5f8 (diff)
Change BGFX_CONFIG_MAX_FRAME_BUFFERS on proper way (nw)
Diffstat (limited to '3rdparty')
-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 f9e4ddd2408..d16e1b97dc7 100644
--- a/3rdparty/bgfx/src/config.h
+++ b/3rdparty/bgfx/src/config.h
@@ -266,7 +266,7 @@
#endif // BGFX_CONFIG_MAX_TEXTURE_SAMPLERS
#ifndef BGFX_CONFIG_MAX_FRAME_BUFFERS
-# define BGFX_CONFIG_MAX_FRAME_BUFFERS 128
+# define BGFX_CONFIG_MAX_FRAME_BUFFERS 64
#endif // BGFX_CONFIG_MAX_FRAME_BUFFERS
#ifndef BGFX_CONFIG_MAX_FRAME_BUFFER_ATTACHMENTS