Monado OpenXR Runtime
|
Data for a single composition layer. More...
#include </builds/monado/monado/src/xrt/ipc/shared/ipc_protocol.h>
Data Fields | |
uint32_t | xdev_id |
uint32_t | swapchain_ids [XRT_MAX_VIEWS *2] |
Up to two indices of swapchains to use. More... | |
struct xrt_layer_data | data |
All basic (trivially-serializable) data associated with a layer, aside from which swapchain(s) are used. More... | |
Data for a single composition layer.
Similar in function to comp_layer
struct xrt_layer_data ipc_layer_entry::data |
All basic (trivially-serializable) data associated with a layer, aside from which swapchain(s) are used.
uint32_t ipc_layer_entry::swapchain_ids[XRT_MAX_VIEWS *2] |
Up to two indices of swapchains to use.
How many are actually used depends on the value of data.type
uint32_t ipc_layer_entry::xdev_id |