diff options
Diffstat (limited to 'render/vulkan/surface.h')
-rw-r--r-- | render/vulkan/surface.h | 13 |
1 files changed, 0 insertions, 13 deletions
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 <vulkan/vulkan.h> -#include <GLFW/glfw3.h> - -struct vksurface { - VkSurfaceKHR handle; - uint32_t width; - uint32_t height; -}; - -#endif |