Monado OpenXR Runtime
debug_image_target Struct Reference
Collaboration diagram for debug_image_target:

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_compositorupc
 Compositor frame pacing helper. More...
 
bool has_init_vulkan
 

Field Documentation

◆ base

struct comp_target debug_image_target::base

Base "class", so that we are a target the compositor can use.

◆ images

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.

◆ index

int64_t debug_image_target::index

For error checking.

◆ target

struct comp_scratch_single_images debug_image_target::target

Used to create the Vulkan resources, also manages index.

◆ upc

struct u_pacing_compositor* debug_image_target::upc

Compositor frame pacing helper.


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