mirror of
https://github.com/ValveSoftware/Proton.git
synced 2025-05-10 05:39:40 +03:00
wineopenxr: Initialize pNext when calling xrEnumerateSwapchainImages.
CW-Bug-Id: #25198
This commit is contained in:
parent
4ef5ee6889
commit
41fe05f798
@ -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