summaryrefslogtreecommitdiff
path: root/render/vulkan/vkassert.h
diff options
context:
space:
mode:
authorDanny Holman <dholman@gymli.org>2024-11-27 21:59:02 -0600
committerDanny Holman <dholman@gymli.org>2024-11-27 22:02:08 -0600
commita62d0aea52df81648b9d429ffd5b3e8ef190ed52 (patch)
tree9769372666083d511578a0ac98b3c1ae883173bd /render/vulkan/vkassert.h
parent6944276194f05c2a61aa92fe7b9104a7b947f43d (diff)
render: centralize the type definitions
Centralize the type definitions for the Vulkan renderer. This removes the possibility for cyclic dependencies in the include paths. Signed-off-by: Danny Holman <dholman@gymli.org>
Diffstat (limited to 'render/vulkan/vkassert.h')
-rw-r--r--render/vulkan/vkassert.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/render/vulkan/vkassert.h b/render/vulkan/vkassert.h
index 4d4f99b..b708732 100644
--- a/render/vulkan/vkassert.h
+++ b/render/vulkan/vkassert.h
@@ -1,9 +1,9 @@
#ifndef VKASSERT_H
#define VKASSERT_H
+#include "vk_types.h"
#include <rune/core/logging.h>
#include <rune/core/abort.h>
-#include <vulkan/vulkan.h>
#include <string.h>
static char* get_vkerr_str(VkResult res) {