diff options
author | tylermurphy534 <tylermurphy534@gmail.com> | 2022-09-27 21:40:20 -0400 |
---|---|---|
committer | tylermurphy534 <tylermurphy534@gmail.com> | 2022-09-27 21:40:20 -0400 |
commit | 269263d88629c48027d71275dd778f7b01a569f1 (patch) | |
tree | 147f63e68d3941751b7bc4778a4bb745b8d88eba /engine/xe_swap_chain.hpp | |
parent | procedural chunk loading (diff) | |
download | minecraftvulkan-269263d88629c48027d71275dd778f7b01a569f1.tar.gz minecraftvulkan-269263d88629c48027d71275dd778f7b01a569f1.tar.bz2 minecraftvulkan-269263d88629c48027d71275dd778f7b01a569f1.zip |
destroy buffers on fence
Diffstat (limited to 'engine/xe_swap_chain.hpp')
-rwxr-xr-x | engine/xe_swap_chain.hpp | 1 |
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> |