diff options
Diffstat (limited to 'src/window.hpp')
| -rw-r--r-- | src/window.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/window.hpp b/src/window.hpp index 430151e..84e3d33 100644 --- a/src/window.hpp +++ b/src/window.hpp @@ -36,6 +36,7 @@ extern VkCommandBuffer transferCommandBuffer; extern unsigned int graphicsFamilyIndex; extern unsigned int presentFamilyIndex; extern unsigned int transferFamilyIndex; +extern VkRenderPass vkRenderPass; struct PKEWindowProperties { unsigned int width = 1280; |
