HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
VkCommandBufferAllocateInfo Struct Reference

#include <vulkan_core.h>

Public Attributes

VkStructureType sType
 
const voidpNext
 
VkCommandPool commandPool
 
VkCommandBufferLevel level
 
uint32_t commandBufferCount
 

Detailed Description

Definition at line 3797 of file vulkan_core.h.

Member Data Documentation

uint32_t VkCommandBufferAllocateInfo::commandBufferCount

Definition at line 3802 of file vulkan_core.h.

VkCommandPool VkCommandBufferAllocateInfo::commandPool

Definition at line 3800 of file vulkan_core.h.

VkCommandBufferLevel VkCommandBufferAllocateInfo::level

Definition at line 3801 of file vulkan_core.h.

const void* VkCommandBufferAllocateInfo::pNext

Definition at line 3799 of file vulkan_core.h.

VkStructureType VkCommandBufferAllocateInfo::sType

Definition at line 3798 of file vulkan_core.h.


The documentation for this struct was generated from the following file: