summaryrefslogtreecommitdiff
path: root/src/window.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/window.hpp')
-rw-r--r--src/window.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/window.hpp b/src/window.hpp
index 1ca4dc8..91a3a30 100644
--- a/src/window.hpp
+++ b/src/window.hpp
@@ -52,6 +52,7 @@ struct UniformBufferObject {
glm::mat4 proj;
};
extern UniformBufferObject UBO;
+extern VkBuffer UniformBuffers[MAX_FRAMES_IN_FLIGHT];
void CreateWindow(PKEWindowProperties *wp);
void DestroyWindow();