This commit is contained in:
2026-03-23 21:34:44 +01:00
committed by kbz_8
parent 492365f6dd
commit cf491fc56d

2
third_party/kvf.h vendored
View File

@@ -2287,7 +2287,7 @@ void kvfDestroySemaphore(VkDevice device, VkSemaphore semaphore)
case KVF_SURFACE_METAL: case KVF_SURFACE_METAL:
{ {
VkMetalSurfaceCreateInfoEXT create_info = {}; VkMetalSurfaceCreateInfoEXT create_info = {};
create_info.sType = VK_STRUCTURE_TYPE_METAL_SURFACE_CREATE_INFO_KHR; create_info.sType = VK_STRUCTURE_TYPE_METAL_SURFACE_CREATE_INFO_EXT;
create_info.pNext = nullptr; create_info.pNext = nullptr;
create_info.flags = 0; create_info.flags = 0;
create_info.pLayer = (CAMetalLayer*)window_handle; create_info.pLayer = (CAMetalLayer*)window_handle;