aboutsummaryrefslogtreecommitdiff
path: root/src/vulkan/index_buffer.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/vulkan/index_buffer.h')
-rw-r--r--src/vulkan/index_buffer.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/vulkan/index_buffer.h b/src/vulkan/index_buffer.h
index 2d21330..4b22ebe 100644
--- a/src/vulkan/index_buffer.h
+++ b/src/vulkan/index_buffer.h
@@ -46,6 +46,7 @@ class IndexBuffer {
private:
Device* device_ = nullptr;
std::unique_ptr<TransferBuffer> transfer_buffer_;
+ VkIndexType index_type_;
};
} // namespace vulkan