summaryrefslogtreecommitdiff
path: root/src/components.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/components.hpp')
-rw-r--r--src/components.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/components.hpp b/src/components.hpp
index 76dd7fc..70c36d5 100644
--- a/src/components.hpp
+++ b/src/components.hpp
@@ -54,6 +54,7 @@ struct CompGrBinds {
uint32_t instanceCount = 0;
VkDeviceSize instanceOffsets = 0;
DynArray<InstPos> instances{0};
+ bool isInstanceBufferNeedingUpdated = false;
};
struct CompInstance {