mirror of
https://github.com/raysan5/raylib.git
synced 2025-12-06 14:23:12 +00:00
Allow MAX_BATCH_BUFFERING config at compile time
This commit is contained in:
parent
40d6c15798
commit
a3ca859db2
@ -132,7 +132,9 @@
|
||||
#define MAX_BATCH_ELEMENTS 2048
|
||||
#endif
|
||||
|
||||
#ifndef MAX_BATCH_BUFFERING
|
||||
#define MAX_BATCH_BUFFERING 1 // Max number of buffers for batching (multi-buffering)
|
||||
#endif
|
||||
#define MAX_MATRIX_STACK_SIZE 32 // Max size of Matrix stack
|
||||
#define MAX_DRAWCALL_REGISTERED 256 // Max draws by state changes (mode, texture)
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user