Github User Fetcher 1.0.0
C Application with Server and GUI
|
#include <vulkan_core.h>
Data Fields | |
VkStructureType | sType |
const void * | pNext |
VkCommandPool | commandPool |
VkCommandBufferLevel | level |
uint32_t | commandBufferCount |
Definition at line 3908 of file vulkan_core.h.
uint32_t VkCommandBufferAllocateInfo::commandBufferCount |
Definition at line 3913 of file vulkan_core.h.
VkCommandPool VkCommandBufferAllocateInfo::commandPool |
Definition at line 3911 of file vulkan_core.h.
VkCommandBufferLevel VkCommandBufferAllocateInfo::level |
Definition at line 3912 of file vulkan_core.h.
const void* VkCommandBufferAllocateInfo::pNext |
Definition at line 3910 of file vulkan_core.h.
VkStructureType VkCommandBufferAllocateInfo::sType |
Definition at line 3909 of file vulkan_core.h.