Monado OpenXR Runtime
|
Holds scartch images for a stereo views, designed to work with render code. More...
#include <util/comp_scratch.h>
Data Fields | |
struct render_scratch_images | rsis [(4)] |
struct xrt_swapchain_create_info | info |
struct comp_scratch_indices | indices |
Keeping track of indices. More... | |
struct { | |
struct u_native_images_debug unid | |
Debug output for each view. More... | |
struct xrt_image_native native_images [(4)] | |
Count always equals to the number of rsis. More... | |
} | views [2] |
xrt_limited_unique_id_t | limited_unique_id |
Process unique id, used for caching. More... | |
Holds scartch images for a stereo views, designed to work with render code.
Also manages xrt_image_native and u_native_images_debug to facilitate easy debugging.
struct comp_scratch_indices comp_scratch_stereo_images::indices |
Keeping track of indices.
xrt_limited_unique_id_t comp_scratch_stereo_images::limited_unique_id |
Process unique id, used for caching.
struct xrt_image_native comp_scratch_stereo_images::native_images[(4)] |
Count always equals to the number of rsis.
struct u_native_images_debug comp_scratch_stereo_images::unid |
Debug output for each view.