Monado OpenXR Runtime
|
Swapchain code for the main compositor. More...
Functions | |
struct xrt_swapchain * | comp_swapchain_create (struct xrt_compositor *xc, enum xrt_swapchain_create_flags create, enum xrt_swapchain_usage_bits bits, int64_t format, uint32_t sample_count, uint32_t width, uint32_t height, uint32_t face_count, uint32_t array_size, uint32_t mip_count) |
A compositor function that is implemented in the swapchain code. More... | |
void | comp_swapchain_image_cleanup (struct vk_bundle *vk, uint32_t array_size, struct comp_swapchain_image *image) |
Free and destroy any initialized fields on the given image, safe to pass in images that has one or all fields set to NULL. More... | |
Swapchain code for the main compositor.