Monado OpenXR Runtime
|
Higher level interface for scratch images. More...
#include "comp_high_level_scratch.h"
Functions | |
void | chl_scratch_init (struct chl_scratch *scratch) |
void | chl_scratch_fini (struct chl_scratch *scratch) |
bool | chl_scratch_ensure (struct chl_scratch *scratch, struct render_resources *rr, uint32_t view_count, VkExtent2D extent, const VkFormat format) |
void | chl_scratch_free_resources (struct chl_scratch *scratch, struct render_resources *rr) |
Higher level interface for scratch images.