Go to the source code of this file.
Defines | |
| #define | KEOS_DEBUG_MEMORY_MANAGER 1 |
| Set this to 0 if you want to use the standard memory manager in Debug builds. | |
| #define | KEOS_MESH_SHARED_VERTEX_BUFFER 0 |
| Set this to 1 if you want that meshes have shared vertex buffer when its possible. | |
| #define KEOS_DEBUG_MEMORY_MANAGER 1 |
Set this to 0 if you want to use the standard memory manager in Debug builds.
Release builds always use the standard memory manager.
Definition at line 28 of file KeosConfig.h.
| #define KEOS_MESH_SHARED_VERTEX_BUFFER 0 |
Set this to 1 if you want that meshes have shared vertex buffer when its possible.
Definition at line 33 of file KeosConfig.h.
1.5.1-p1