Monado OpenXR Runtime
|
Data Fields | |
struct comp_target | base |
Base "class", so that we are a target the compositor can use. More... | |
int64_t | index |
For error checking. More... | |
struct comp_scratch_single_images | target |
Used to create the Vulkan resources, also manages index. More... | |
struct comp_target_image | images [COMP_SCRATCH_NUM_IMAGES] |
Storage for 'exported' images, these are pointed at by comt_target::images pointer in the base struct. More... | |
struct u_pacing_compositor * | upc |
Compositor frame pacing helper. More... | |
bool | has_init_vulkan |
struct comp_target debug_image_target::base |
Base "class", so that we are a target the compositor can use.
struct comp_target_image debug_image_target::images[COMP_SCRATCH_NUM_IMAGES] |
Storage for 'exported' images, these are pointed at by comt_target::images pointer in the base
struct.
int64_t debug_image_target::index |
For error checking.
struct comp_scratch_single_images debug_image_target::target |
Used to create the Vulkan resources, also manages index.
struct u_pacing_compositor* debug_image_target::upc |
Compositor frame pacing helper.