#include "vk_local.h"
Go to the source code of this file.
Functions | |
VkResult | QVk_BeginCommand (const VkCommandBuffer *commandBuffer) |
void | QVk_SubmitCommand (const VkCommandBuffer *commandBuffer, const VkQueue *queue) |
VkResult | QVk_CreateCommandPool (VkCommandPool *commandPool, uint32_t queueFamilyIndex) |
VkCommandBuffer | QVk_CreateCommandBuffer (const VkCommandPool *commandPool, VkCommandBufferLevel level) |
VkResult QVk_BeginCommand | ( | const VkCommandBuffer * | commandBuffer | ) |
Definition at line 23 of file vk_cmd.c.
Referenced by copyBuffer(), CreateStagingBuffers(), and QVk_ReadPixels().
VkCommandBuffer QVk_CreateCommandBuffer | ( | const VkCommandPool * | commandPool, |
VkCommandBufferLevel | level | ||
) |
Definition at line 78 of file vk_cmd.c.
Referenced by copyBuffer(), CreateStagingBuffers(), and QVk_ReadPixels().
VkResult QVk_CreateCommandPool | ( | VkCommandPool * | commandPool, |
uint32_t | queueFamilyIndex | ||
) |
Definition at line 65 of file vk_cmd.c.
Referenced by CreateStagingBuffers(), and QVk_Init().
void QVk_SubmitCommand | ( | const VkCommandBuffer * | commandBuffer, |
const VkQueue * | queue | ||
) |