Vulkan-Hpp
|
#include <vulkan_core.h>
Public Attributes | |
VkStructureType | sType |
const void * | pNext |
VkCommandPool | commandPool |
VkCommandBufferLevel | level |
uint32_t | commandBufferCount |
Definition at line 3804 of file vulkan_core.h.
uint32_t VkCommandBufferAllocateInfo::commandBufferCount |
Definition at line 3809 of file vulkan_core.h.
VkCommandPool VkCommandBufferAllocateInfo::commandPool |
Definition at line 3807 of file vulkan_core.h.
VkCommandBufferLevel VkCommandBufferAllocateInfo::level |
Definition at line 3808 of file vulkan_core.h.
const void* VkCommandBufferAllocateInfo::pNext |
Definition at line 3806 of file vulkan_core.h.
VkStructureType VkCommandBufferAllocateInfo::sType |
Definition at line 3805 of file vulkan_core.h.