#ifndef VK_H #define VK_H #include struct renderer_context { VkInstance instance; VkPhysicalDevice physical_device; }; #endif