mirror of
https://github.com/scratchfoundation/bgfx.git
synced 2025-03-24 21:59:45 -04: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
|
#endif // BGFX_CONFIG_MAX_TEXTURE_SAMPLERS
|
||||||
|
|
||||||
#ifndef BGFX_CONFIG_MAX_FRAME_BUFFERS
|
#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
|
#endif // BGFX_CONFIG_MAX_FRAME_BUFFERS
|
||||||
|
|
||||||
#ifndef BGFX_CONFIG_MAX_FRAME_BUFFER_ATTACHMENTS
|
#ifndef BGFX_CONFIG_MAX_FRAME_BUFFER_ATTACHMENTS
|
||||||
|
|
Loading…
Add table
Reference in a new issue