summaryrefslogtreecommitdiff
path: root/engine/xe_swap_chain.hpp
diff options
context:
space:
mode:
authortylermurphy534 <tylermurphy534@gmail.com>2022-09-27 21:40:20 -0400
committertylermurphy534 <tylermurphy534@gmail.com>2022-09-27 21:40:20 -0400
commit269263d88629c48027d71275dd778f7b01a569f1 (patch)
tree147f63e68d3941751b7bc4778a4bb745b8d88eba /engine/xe_swap_chain.hpp
parentprocedural chunk loading (diff)
downloadminecraftvulkan-269263d88629c48027d71275dd778f7b01a569f1.tar.gz
minecraftvulkan-269263d88629c48027d71275dd778f7b01a569f1.tar.bz2
minecraftvulkan-269263d88629c48027d71275dd778f7b01a569f1.zip
destroy buffers on fence
Diffstat (limited to 'engine/xe_swap_chain.hpp')
-rwxr-xr-xengine/xe_swap_chain.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/engine/xe_swap_chain.hpp b/engine/xe_swap_chain.hpp
index 380bd6e..d85345b 100755
--- a/engine/xe_swap_chain.hpp
+++ b/engine/xe_swap_chain.hpp
@@ -2,6 +2,7 @@
#include "xe_device.hpp"
#include "xe_image.hpp"
+#include "xe_model.hpp"
#include <vulkan/vulkan.h>