|
SDL
2.0
|
#include <vulkan_core.h>
Data Fields | |
| VkStructureType | sType |
| const void * | pNext |
| VkCommandPool | commandPool |
| VkCommandBufferLevel | level |
| uint32_t | commandBufferCount |
Definition at line 2677 of file vulkan_core.h.
| uint32_t VkCommandBufferAllocateInfo::commandBufferCount |
Definition at line 2682 of file vulkan_core.h.
Referenced by createCommandBuffers().
| VkCommandPool VkCommandBufferAllocateInfo::commandPool |
Definition at line 2680 of file vulkan_core.h.
Referenced by createCommandBuffers().
| VkCommandBufferLevel VkCommandBufferAllocateInfo::level |
Definition at line 2681 of file vulkan_core.h.
Referenced by createCommandBuffers().
| const void* VkCommandBufferAllocateInfo::pNext |
Definition at line 2679 of file vulkan_core.h.
| VkStructureType VkCommandBufferAllocateInfo::sType |
Definition at line 2678 of file vulkan_core.h.
Referenced by createCommandBuffers().