Monado OpenXR Runtime
comp_target_create_images_info Struct Reference

Information given in when creating the swapchain images, argument to comp_target_create_images. More...

#include <main/comp_target.h>

Collaboration diagram for comp_target_create_images_info:

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
 

Detailed Description

Information given in when creating the swapchain images, argument to comp_target_create_images.

Field Documentation

◆ color_space

VkColorSpaceKHR comp_target_create_images_info::color_space

Preferred color space, can be ignored by the target.

◆ extent

VkExtent2D comp_target_create_images_info::extent

Preferred extent, can be ignored by the target.

◆ formats

VkFormat comp_target_create_images_info::formats[XRT_MAX_SWAPCHAIN_FORMATS]

Acceptable formats for the images, must be followed.

◆ image_usage

VkImageUsageFlags comp_target_create_images_info::image_usage

Image usage for the images, must be followed.


The documentation for this struct was generated from the following file: