Monado OpenXR Runtime
|
Helper struct to hold scratch images. More...
#include <render/render_interface.h>
Public Member Functions | |
bool | render_scratch_images_ensure (struct render_resources *r, struct render_scratch_images *rsi, VkExtent2D extent) |
Ensure that the scratch images are created and have the given extent. More... | |
void | render_scratch_images_close (struct render_resources *r, struct render_scratch_images *rsi) |
Close all resources on the given render_scratch_images. More... | |
Data Fields | |
VkExtent2D | extent |
struct render_scratch_color_image | color [XRT_MAX_VIEWS] |
Helper struct to hold scratch images.