summaryrefslogtreecommitdiff
path: root/src/window.hpp
diff options
context:
space:
mode:
authorJonathan Bradley <jcb@pikum.xyz>2023-11-07 16:28:48 -0500
committerJonathan Bradley <jcb@pikum.xyz>2023-11-07 16:33:16 -0500
commit3ac80971cd3a31a3d23c226b8ab3f918e677940b (patch)
tree37851d1291165206708f5b293fa7f5789fd2017b /src/window.hpp
parent5891af6843661a9d30c12c3ef0f9efeb534aee88 (diff)
expose window VkExtent2D Extent
Diffstat (limited to 'src/window.hpp')
-rw-r--r--src/window.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/window.hpp b/src/window.hpp
index e94598b..5f640f9 100644
--- a/src/window.hpp
+++ b/src/window.hpp
@@ -57,6 +57,8 @@ struct UniformBufferObject {
extern UniformBufferObject UBO;
extern VkBuffer UniformBuffers[MAX_FRAMES_IN_FLIGHT];
+extern VkExtent2D Extent;
+
struct DebugHitbox {
VkImage vkImage = VK_NULL_HANDLE;
VkImageView vkImageView = VK_NULL_HANDLE;