Monado OpenXR Runtime
|
Specifies a sub-image in a layer. More...
#include <xrt/xrt_compositor.h>
Data Fields | |
uint32_t | image_index |
Image index in the (implicit) swapchain. More... | |
uint32_t | array_index |
Index in image array (for array textures) More... | |
struct xrt_rect | rect |
The rectangle in the image to use. More... | |
struct xrt_normalized_rect | norm_rect |
Normalized sub image coordinates and size. More... | |
Specifies a sub-image in a layer.
uint32_t xrt_sub_image::array_index |
Index in image array (for array textures)
uint32_t xrt_sub_image::image_index |
Image index in the (implicit) swapchain.
struct xrt_normalized_rect xrt_sub_image::norm_rect |
Normalized sub image coordinates and size.
struct xrt_rect xrt_sub_image::rect |
The rectangle in the image to use.