|
Monado OpenXR Runtime
|
Compositor fence used for synchronization. More...
#include <xrt/xrt_compositor.h>

Static Public Member Functions | |
| static xrt_result_t | xrt_compositor_fence_wait (struct xrt_compositor_fence *xcf, uint64_t timeout) |
| Waits on the fence with the given timeout. More... | |
| static void | xrt_compositor_fence_destroy (struct xrt_compositor_fence **xcf_ptr) |
| Destroys the fence. More... | |
Data Fields | |
| xrt_result_t(* | wait )(struct xrt_compositor_fence *xcf, uint64_t timeout) |
| Waits on the fence with the given timeout. More... | |
| void(* | destroy )(struct xrt_compositor_fence *xcf) |
| Destroys the fence. More... | |
Compositor fence used for synchronization.
| void(* xrt_compositor_fence::destroy) (struct xrt_compositor_fence *xcf) |
Destroys the fence.
Referenced by xrt_compositor_fence_destroy().
| xrt_result_t(* xrt_compositor_fence::wait) (struct xrt_compositor_fence *xcf, uint64_t timeout) |
Waits on the fence with the given timeout.
Referenced by xrt_compositor_fence_wait().