#ifndef VKSURFACE_H #define VKSURFACE_H #include #include struct vksurface { VkSurfaceKHR handle; uint32_t width; uint32_t height; }; #endif