Monado OpenXR Runtime
|
Vulkan client side glue to compositor header. More...
Go to the source code of this file.
Data Structures | |
struct | client_vk_swapchain |
Wraps the real compositor swapchain providing a Vulkan based interface. More... | |
struct | client_vk_compositor |
Wraps the real compositor providing a Vulkan based interface. More... | |
Functions | |
struct client_vk_compositor * | client_vk_compositor_create (struct xrt_compositor_fd *xcfd, VkInstance instance, PFN_vkGetInstanceProcAddr getProc, VkPhysicalDevice physicalDevice, VkDevice device, uint32_t queueFamilyIndex, uint32_t queueIndex) |
Create a new client_vk_compositor. More... | |
Vulkan client side glue to compositor header.