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/surface.h | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 render/vulkan/surface.h (limited to 'render/vulkan/surface.h') diff --git a/render/vulkan/surface.h b/render/vulkan/surface.h deleted file mode 100644 index 8d59ab8..0000000 --- a/render/vulkan/surface.h +++ /dev/null @@ -1,13 +0,0 @@ -#ifndef VKSURFACE_H -#define VKSURFACE_H - -#include -#include - -struct vksurface { - VkSurfaceKHR handle; - uint32_t width; - uint32_t height; -}; - -#endif -- cgit v1.2.3