Flutter Engine
The Flutter Engine
|
#include <vulkan_core.h>
Public Attributes | |
VkStructureType | sType |
const void * | pNext |
VkCommandPool | commandPool |
VkCommandBufferLevel | level |
uint32_t | commandBufferCount |
Definition at line 3871 of file vulkan_core.h.
uint32_t VkCommandBufferAllocateInfo::commandBufferCount |
Definition at line 3876 of file vulkan_core.h.
VkCommandPool VkCommandBufferAllocateInfo::commandPool |
Definition at line 3874 of file vulkan_core.h.
VkCommandBufferLevel VkCommandBufferAllocateInfo::level |
Definition at line 3875 of file vulkan_core.h.
const void* VkCommandBufferAllocateInfo::pNext |
Definition at line 3873 of file vulkan_core.h.
VkStructureType VkCommandBufferAllocateInfo::sType |
Definition at line 3872 of file vulkan_core.h.