From a62d0aea52df81648b9d429ffd5b3e8ef190ed52 Mon Sep 17 00:00:00 2001 From: Danny Holman Date: Wed, 27 Nov 2024 21:59:02 -0600 Subject: 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 --- render/vulkan/vkassert.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'render/vulkan/vkassert.h') 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 #include -#include #include static char* get_vkerr_str(VkResult res) { -- cgit v1.2.3