#pragma once #include #include "Common/GPU/MiscTypes.h" #include struct WindowDesc; bool DetermineVulkanWindowSystem(SDL_Window *window, WindowDesc *desc, std::string *errorMessage);