Monado OpenXR Runtime
|
Command pool helpers. More...
Functions | |
XRT_CHECK_RESULT VkResult | vk_cmd_pool_init (struct vk_bundle *vk, struct vk_cmd_pool *pool, VkCommandPoolCreateFlags flags) |
void | vk_cmd_pool_destroy (struct vk_bundle *vk, struct vk_cmd_pool *pool) |
XRT_CHECK_RESULT VkResult | vk_cmd_pool_create_cmd_buffer_locked (struct vk_bundle *vk, struct vk_cmd_pool *pool, VkCommandBuffer *out_cmd_buffer) |
XRT_CHECK_RESULT VkResult | vk_cmd_pool_create_and_begin_cmd_buffer_locked (struct vk_bundle *vk, struct vk_cmd_pool *pool, VkCommandBufferUsageFlags flags, VkCommandBuffer *out_cmd_buffer) |
XRT_CHECK_RESULT VkResult | vk_cmd_pool_submit_cmd_buffer_locked (struct vk_bundle *vk, struct vk_cmd_pool *pool, VkCommandBuffer cmd_buffer) |
Command pool helpers.