#pragma once #if BOOST_OS_MACOS #include VkSurfaceKHR CreateCocoaSurface(VkInstance instance, void* handle); #endif