|
Monado OpenXR Runtime
|
Information given in when creating the swapchain images, argument to comp_target_create_images. More...
#include <main/comp_target.h>

Data Fields | |
| VkImageUsageFlags | image_usage |
| Image usage for the images, must be followed. More... | |
| VkFormat | formats [XRT_MAX_SWAPCHAIN_FORMATS] |
| Acceptable formats for the images, must be followed. More... | |
| uint32_t | format_count |
| VkExtent2D | extent |
| Preferred extent, can be ignored by the target. More... | |
| VkColorSpaceKHR | color_space |
| Preferred color space, can be ignored by the target. More... | |
| VkPresentModeKHR | present_mode |
Information given in when creating the swapchain images, argument to comp_target_create_images.
| VkColorSpaceKHR comp_target_create_images_info::color_space |
Preferred color space, can be ignored by the target.
| VkExtent2D comp_target_create_images_info::extent |
Preferred extent, can be ignored by the target.
| VkFormat comp_target_create_images_info::formats[XRT_MAX_SWAPCHAIN_FORMATS] |
Acceptable formats for the images, must be followed.
| VkImageUsageFlags comp_target_create_images_info::image_usage |
Image usage for the images, must be followed.