diff options
| author | Jonathan Bradley <jcb@pikum.xyz> | 2023-10-31 16:28:12 -0400 |
|---|---|---|
| committer | Jonathan Bradley <jcb@pikum.xyz> | 2023-11-03 15:03:20 -0400 |
| commit | 5891af6843661a9d30c12c3ef0f9efeb534aee88 (patch) | |
| tree | 5e1af54c08f6ff4baaefcd187fbec4d031de76c9 /src/ecs.hpp | |
| parent | cb26bbf9945b7b3badb088e1c3df06efdfc7fad1 (diff) | |
rebuild instance buffers as they become oversized
Diffstat (limited to 'src/ecs.hpp')
| -rw-r--r-- | src/ecs.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ecs.hpp b/src/ecs.hpp index 83646af..49d947c 100644 --- a/src/ecs.hpp +++ b/src/ecs.hpp @@ -9,6 +9,7 @@ #include "glm/vec3.hpp" extern DynArray<EntityHandle> EntitiesToBeRemoved; +extern DynArray<EntityHandle> EntitiesWithExcessInstances; static struct { uint64_t Entity = 1ULL << 0; |
