mirror of
https://github.com/cemu-project/Cemu.git
synced 2025-07-09 00:11:17 +12:00
9 lines
138 B
C
9 lines
138 B
C
#pragma once
|
|
|
|
#if BOOST_OS_MACOS
|
|
|
|
#include <vulkan/vulkan.h>
|
|
|
|
VkSurfaceKHR CreateCocoaSurface(VkInstance instance, void* handle);
|
|
|
|
#endif
|