You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In textures_bunnymark.c/rb, it is possible to configure MAX_BATCH_ELEMENTS. This is a compile-time macro that is not available in Ruby. It should be exposed.
// This is the maximum amount of elements (quads) per batch
// NOTE: This value is defined in [rlgl] module and can be changed there
#define MAX_BATCH_ELEMENTS 8192
The text was updated successfully, but these errors were encountered:
In
textures_bunnymark.c/rb
, it is possible to configureMAX_BATCH_ELEMENTS
. This is a compile-time macro that is not available in Ruby. It should be exposed.// This is the maximum amount of elements (quads) per batch
// NOTE: This value is defined in [rlgl] module and can be changed there
#define MAX_BATCH_ELEMENTS 8192
The text was updated successfully, but these errors were encountered: