Vulkan-Hpp
VkCommandBufferAllocateInfo Struct Reference

#include <vulkan_core.h>

Public Attributes

VkStructureType sType
 
const void * pNext
 
VkCommandPool commandPool
 
VkCommandBufferLevel level
 
uint32_t commandBufferCount
 

Detailed Description

Definition at line 3804 of file vulkan_core.h.

Member Data Documentation

◆ commandBufferCount

uint32_t VkCommandBufferAllocateInfo::commandBufferCount

Definition at line 3809 of file vulkan_core.h.

◆ commandPool

VkCommandPool VkCommandBufferAllocateInfo::commandPool

Definition at line 3807 of file vulkan_core.h.

◆ level

VkCommandBufferLevel VkCommandBufferAllocateInfo::level

Definition at line 3808 of file vulkan_core.h.

◆ pNext

const void* VkCommandBufferAllocateInfo::pNext

Definition at line 3806 of file vulkan_core.h.

◆ sType

VkStructureType VkCommandBufferAllocateInfo::sType

Definition at line 3805 of file vulkan_core.h.


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