mirror of
https://github.com/ValveSoftware/Proton.git
synced 2025-07-21 12:46:23 +03:00
wineopenxr: Initialize pNext when calling xrEnumerateSwapchainImages.
CW-Bug-Id: #25198
This commit is contained in:
parent
eaa96cd216
commit
b39936f911
@ -1157,6 +1157,7 @@ XrResult WINAPI xrEnumerateSwapchainImages(XrSwapchain swapchain,
|
||||
our_vk = malloc(sizeof(*our_vk) * image_count);
|
||||
for (i = 0; i < image_count; ++i) {
|
||||
our_vk[i].type = XR_TYPE_SWAPCHAIN_IMAGE_VULKAN_KHR;
|
||||
our_vk[i].next = NULL;
|
||||
}
|
||||
|
||||
params.imageCapacityInput = image_count;
|
||||
|
Loading…
x
Reference in New Issue
Block a user