Monado OpenXR Runtime
|
Swapchain code for the sdl code. More...
Functions | |
static void | post_init_setup (struct sdl_swapchain *ssc, struct sdl_program *sp, const struct xrt_swapchain_create_info *info) |
static void | really_destroy (struct comp_swapchain *sc) |
xrt_result_t | sdl_swapchain_create (struct xrt_compositor *xc, const struct xrt_swapchain_create_info *info, struct xrt_swapchain **out_xsc) |
Implementation of xrt_compositor::create_swapchain. More... | |
xrt_result_t | sdl_swapchain_import (struct xrt_compositor *xc, const struct xrt_swapchain_create_info *info, struct xrt_image_native *native_images, uint32_t native_image_count, struct xrt_swapchain **out_xsc) |
Implementation of xrt_compositor::import_swapchain. More... | |
Swapchain code for the sdl code.
xrt_result_t sdl_swapchain_create | ( | struct xrt_compositor * | xc, |
const struct xrt_swapchain_create_info * | info, | ||
struct xrt_swapchain ** | out_xsc | ||
) |
Implementation of xrt_compositor::create_swapchain.
xrt_result_t sdl_swapchain_import | ( | struct xrt_compositor * | xc, |
const struct xrt_swapchain_create_info * | info, | ||
struct xrt_image_native * | native_images, | ||
uint32_t | native_image_count, | ||
struct xrt_swapchain ** | out_xsc | ||
) |
Implementation of xrt_compositor::import_swapchain.