Monado OpenXR Runtime
|
Functions | |
void | u_frame_create_one_off (enum xrt_format f, uint32_t width, uint32_t height, struct xrt_frame **out_frame) |
Creates a single non-pooled frame, when the reference reaches zero it is freed. More... | |
xrt_frame helpers.
void u_frame_create_one_off | ( | enum xrt_format | f, |
uint32_t | width, | ||
uint32_t | height, | ||
struct xrt_frame ** | out_frame | ||
) |
Creates a single non-pooled frame, when the reference reaches zero it is freed.
References u_format_is_blocks(), and U_TYPED_CALLOC.