mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-04-28 13:28:01 +03: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;
|
using swapchain_NATIVE = swapchain_MacOS;
|
||||||
|
|
||||||
[[maybe_unused]] static
|
[[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;
|
VkSurfaceKHR result = VK_NULL_HANDLE;
|
||||||
VkMacOSSurfaceCreateInfoMVK createInfo = {};
|
VkMacOSSurfaceCreateInfoMVK createInfo = {};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue