REVIEWED: rlgl defines for consistency

This commit is contained in:
raysan5 2021-07-31 19:46:44 +02:00
parent 3e75a2109d
commit 5b6d83b533
6 changed files with 74 additions and 68 deletions

View file

@ -92,7 +92,12 @@
//----------------------------------------------------------------------------------
// Defines and Macros
//----------------------------------------------------------------------------------
// ...
#ifndef MAX_MATERIAL_MAPS
#define MAX_MATERIAL_MAPS 12 // Maximum number of maps supported
#endif
#ifndef MAX_MESH_VERTEX_BUFFERS
#define MAX_MESH_VERTEX_BUFFERS 7 // Maximum vertex buffers (VBO) per mesh
#endif
//----------------------------------------------------------------------------------
// Types and Structures Definition