summaryrefslogtreecommitdiff
path: root/src/window.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/window.hpp')
-rw-r--r--src/window.hpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/window.hpp b/src/window.hpp
index 5f640f9..7f42766 100644
--- a/src/window.hpp
+++ b/src/window.hpp
@@ -68,6 +68,10 @@ struct DebugHitbox {
VkBuffer normalsBuffer;
VkBuffer uvBuffer;
VkBuffer indexBuffer;
+ VkBuffer instanceBuffer = VK_NULL_HANDLE;
+ uint32_t indexCount = 0;
+ uint32_t instanceCount = 1;
+ uint32_t instanceStartingIndex = 0;
VkDescriptorPool vkDescriptorPool;
VkDescriptorSet *vkDescriptorSets = nullptr;
};