summaryrefslogtreecommitdiff
path: root/hk21/game/gpu.cpp
diff options
context:
space:
mode:
authorSteven Le Rouzic <steven.lerouzic@gmail.com>2025-04-08 23:18:47 +0200
committerSteven Le Rouzic <steven.lerouzic@gmail.com>2025-04-08 23:18:47 +0200
commit921d1811ece439086aa238a6356a54d00f179e27 (patch)
tree8c1a8c756176e54ea70bfce8b28344a6116bc78f /hk21/game/gpu.cpp
parentd10e76d5a1a6b2b425cc6c780d91f52695177a02 (diff)
Move the Vulkan loader
Diffstat (limited to 'hk21/game/gpu.cpp')
-rw-r--r--hk21/game/gpu.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/hk21/game/gpu.cpp b/hk21/game/gpu.cpp
index 3ea0da1..b9971fe 100644
--- a/hk21/game/gpu.cpp
+++ b/hk21/game/gpu.cpp
@@ -13,7 +13,7 @@
#include <SDL3/SDL_vulkan.h>
-#include "hk21/vulkan_loader/api.hpp"
+#include "hk21/vulkan/loader/loader.hpp"
// @Todo Make fences recyclable
// @Todo Make command pool recyclable