Monado OpenXR Runtime
render_scratch_images Struct Reference

Helper struct to hold scratch images. More...

#include <render/render_interface.h>

Collaboration diagram for render_scratch_images:

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]
 

Detailed Description

Helper struct to hold scratch images.


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