mirror of
https://gitlab.freedesktop.org/monado/monado.git
synced 2025-01-03 21:56:06 +00:00
c/util: Clarify that wait_image timeout is nanoseconds
This commit is contained in:
parent
1b01eb808c
commit
e54d336844
|
@ -51,7 +51,7 @@ swapchain_acquire_image(struct xrt_swapchain *xsc, uint32_t *out_index)
|
||||||
}
|
}
|
||||||
|
|
||||||
static xrt_result_t
|
static xrt_result_t
|
||||||
swapchain_wait_image(struct xrt_swapchain *xsc, uint64_t timeout, uint32_t index)
|
swapchain_wait_image(struct xrt_swapchain *xsc, uint64_t timeout_ns, uint32_t index)
|
||||||
{
|
{
|
||||||
struct comp_swapchain *sc = comp_swapchain(xsc);
|
struct comp_swapchain *sc = comp_swapchain(xsc);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue