|
Monado OpenXR Runtime
|
Holds D3D12 swapchain related functions. More...
#include <stdlib.h>#include "xrt/xrt_gfx_d3d12.h"#include "util/u_debug.h"#include "oxr_objects.h"#include "oxr_logger.h"#include "oxr_api_verify.h"#include "oxr_swapchain_common.h"
Functions | |
| static XrResult | d3d12_enumerate_images (struct oxr_logger *log, struct oxr_swapchain *sc, uint32_t count, XrSwapchainImageBaseHeader *images) |
| XrResult | oxr_swapchain_d3d12_create (struct oxr_logger *log, struct oxr_session *sess, const XrSwapchainCreateInfo *createInfo, struct oxr_swapchain **out_swapchain) |
Holds D3D12 swapchain related functions.