From 271ff350f3155001418876a2fd5829b77be1e976 Mon Sep 17 00:00:00 2001 From: realtradam Date: Mon, 10 Apr 2023 19:55:20 -0400 Subject: switch over to using transient buffers --- include/rodeo_config.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'include') 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 -- cgit v1.2.3