diff options
| author | realtradam <[email protected]> | 2023-04-10 19:55:20 -0400 |
|---|---|---|
| committer | realtradam <[email protected]> | 2023-04-10 19:55:20 -0400 |
| commit | 271ff350f3155001418876a2fd5829b77be1e976 (patch) | |
| tree | 2f45ebf6805c2e2b96b22b6cab0218d0d4882eb6 /include | |
| parent | 6a0ef52763cee6e6d7c631516461e0600d9a2da1 (diff) | |
| download | RodeoKit-271ff350f3155001418876a2fd5829b77be1e976.tar.gz RodeoKit-271ff350f3155001418876a2fd5829b77be1e976.zip | |
switch over to using transient buffers
Diffstat (limited to 'include')
| -rw-r--r-- | include/rodeo_config.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/rodeo_config.h b/include/rodeo_config.h index 247a0b2..f417ac0 100644 --- a/include/rodeo_config.h +++ b/include/rodeo_config.h @@ -2,3 +2,7 @@ #ifndef mrodeo_vertex_size_max #define mrodeo_vertex_size_max 8192 #endif + +#ifndef mrodeo_index_size_max + #define mrodeo_index_size_max ((mrodeo_vertex_size_max / 4) * 6) +#endif |
