Monado OpenXR Runtime
vk_image_readback_to_xf_pool.h File Reference

Pool to read back VkImages from the gpu. More...

Include dependency graph for vk_image_readback_to_xf_pool.h:

Go to the source code of this file.

Data Structures

struct  vk_image_readback_to_xf
 

Macros

#define READBACK_POOL_NUM_FRAMES   16
 

Functions

bool vk_image_readback_to_xf_pool_get_unused_frame (struct vk_bundle *vk, struct vk_image_readback_to_xf_pool *pool, struct vk_image_readback_to_xf **out)
 
void vk_image_readback_to_xf_pool_create (struct vk_bundle *vk, VkExtent2D extent, struct vk_image_readback_to_xf_pool **out_pool, enum xrt_format xrt_format, VkFormat vk_format)
 
void vk_image_readback_to_xf_pool_destroy (struct vk_bundle *vk, struct vk_image_readback_to_xf_pool **pool_ptr)
 

Detailed Description

Pool to read back VkImages from the gpu.

Author
Moses Turner moses.nosp@m.@col.nosp@m.labor.nosp@m.a.co.nosp@m.m
Jakob Bornecrantz jakob.nosp@m.@col.nosp@m.labor.nosp@m.a.co.nosp@m.m