diff options
| author | Jonathan Bradley <jcb@pikum.xyz> | 2023-10-31 16:28:12 -0400 |
|---|---|---|
| committer | Jonathan Bradley <jcb@pikum.xyz> | 2023-11-15 13:13:27 -0500 |
| commit | ea7ba25b9df7380caa9ee31a0b2bc33cf7219ad7 (patch) | |
| tree | 131cf2cd7404ebc7cb102dacde242fb534250e28 /src/entities.cpp | |
| parent | 75e6b2bd37951e5dea169352e97ad3b4ca813209 (diff) | |
rebuild instance buffers as they become oversized
Diffstat (limited to 'src/entities.cpp')
| -rw-r--r-- | src/entities.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/entities.cpp b/src/entities.cpp index c06aa3c..bdd6709 100644 --- a/src/entities.cpp +++ b/src/entities.cpp @@ -4,6 +4,7 @@ #include "physics.hpp" #include <BulletCollision/CollisionShapes/btConvexHullShape.h> +#include <vulkan/vulkan_core.h> DynArray<EntityType> GlobalEntityTypes{16}; |
