mirror of
https://github.com/scratchfoundation/bgfx.git
synced 2024-11-23 16:18:34 -05:00
Increased default max of frame buffers.
This commit is contained in:
parent
86aef208ac
commit
25e4c6ce95
1 changed files with 1 additions and 1 deletions
|
@ -266,7 +266,7 @@
|
|||
#endif // BGFX_CONFIG_MAX_TEXTURE_SAMPLERS
|
||||
|
||||
#ifndef BGFX_CONFIG_MAX_FRAME_BUFFERS
|
||||
# define BGFX_CONFIG_MAX_FRAME_BUFFERS 64
|
||||
# define BGFX_CONFIG_MAX_FRAME_BUFFERS 128
|
||||
#endif // BGFX_CONFIG_MAX_FRAME_BUFFERS
|
||||
|
||||
#ifndef BGFX_CONFIG_MAX_FRAME_BUFFER_ATTACHMENTS
|
||||
|
|
Loading…
Reference in a new issue