mirror of
https://gitlab.freedesktop.org/monado/monado.git
synced 2025-01-01 12:46:12 +00:00
ipc: forward result of xrWaitSwapchainImage
Co-authored-by: Korcan Hussein <korcan.hussein@collabora.com>
This commit is contained in:
parent
2f3a6e13bc
commit
2f5da783cc
|
@ -1338,9 +1338,7 @@ ipc_handle_swapchain_wait_image(volatile struct ipc_client_state *ics, uint32_t
|
||||||
uint32_t sc_index = id;
|
uint32_t sc_index = id;
|
||||||
struct xrt_swapchain *xsc = ics->xscs[sc_index];
|
struct xrt_swapchain *xsc = ics->xscs[sc_index];
|
||||||
|
|
||||||
xrt_swapchain_wait_image(xsc, timeout_ns, index);
|
return xrt_swapchain_wait_image(xsc, timeout_ns, index);
|
||||||
|
|
||||||
return XRT_SUCCESS;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
xrt_result_t
|
xrt_result_t
|
||||||
|
|
Loading…
Reference in a new issue