Monado OpenXR Runtime
render_scratch_color_image Struct Reference

Small helper struct to hold a scratch image, intended to be used with the compute pipeline where both srgb and unorm views are needed. More...

#include <render/render_interface.h>

Collaboration diagram for render_scratch_color_image:

Data Fields

VkDeviceMemory device_memory
 
VkImage image
 
VkImageView srgb_view
 
VkImageView unorm_view
 

Detailed Description

Small helper struct to hold a scratch image, intended to be used with the compute pipeline where both srgb and unorm views are needed.


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