mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-04-20 03:25:16 +00:00
vk: Fix MacOS build
This commit is contained in:
parent
b8411a90cd
commit
0aca5e222f
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ namespace vk
|
|||
using swapchain_NATIVE = swapchain_MacOS;
|
||||
|
||||
[[maybe_unused]] static
|
||||
VkSurfaceKHR make_WSI_surface(VkInstance vk_instance, display_handle_t handle, WSI_config* /*config*/)
|
||||
VkSurfaceKHR make_WSI_surface(VkInstance vk_instance, display_handle_t window_handle, WSI_config* /*config*/)
|
||||
{
|
||||
VkSurfaceKHR result = VK_NULL_HANDLE;
|
||||
VkMacOSSurfaceCreateInfoMVK createInfo = {};
|
||||
|
|
Loading…
Add table
Reference in a new issue