HDK
|
#include <vulkan_core.h>
Public Attributes | |
VkStructureType | sType |
const void * | pNext |
VkCommandPool | commandPool |
VkCommandBufferLevel | level |
uint32_t | commandBufferCount |
Definition at line 3797 of file vulkan_core.h.
uint32_t VkCommandBufferAllocateInfo::commandBufferCount |
Definition at line 3802 of file vulkan_core.h.
VkCommandPool VkCommandBufferAllocateInfo::commandPool |
Definition at line 3800 of file vulkan_core.h.
VkCommandBufferLevel VkCommandBufferAllocateInfo::level |
Definition at line 3801 of file vulkan_core.h.
const void* VkCommandBufferAllocateInfo::pNext |
Definition at line 3799 of file vulkan_core.h.
VkStructureType VkCommandBufferAllocateInfo::sType |
Definition at line 3798 of file vulkan_core.h.