|
SDL
2.0
|
#include <vulkan.h>
Data Fields | |
| VkStructureType | sType |
| const void * | pNext |
| VkCommandPool | commandPool |
| VkCommandBufferLevel | level |
| uint32_t | commandBufferCount |
| uint32_t VkCommandBufferAllocateInfo::commandBufferCount |
Definition at line 2317 of file vulkan.h.
Referenced by createCommandBuffers().
| VkCommandPool VkCommandBufferAllocateInfo::commandPool |
Definition at line 2315 of file vulkan.h.
Referenced by createCommandBuffers().
| VkCommandBufferLevel VkCommandBufferAllocateInfo::level |
Definition at line 2316 of file vulkan.h.
Referenced by createCommandBuffers().
| VkStructureType VkCommandBufferAllocateInfo::sType |
Definition at line 2313 of file vulkan.h.
Referenced by createCommandBuffers().