SDL  2.0
VkCommandBufferAllocateInfo Struct Reference

#include <vulkan_core.h>

Data Fields

VkStructureType sType
 
const voidpNext
 
VkCommandPool commandPool
 
VkCommandBufferLevel level
 
uint32_t commandBufferCount
 

Detailed Description

Definition at line 2999 of file vulkan_core.h.

Field Documentation

◆ commandBufferCount

uint32_t VkCommandBufferAllocateInfo::commandBufferCount

Definition at line 3004 of file vulkan_core.h.

Referenced by createCommandBuffers().

◆ commandPool

VkCommandPool VkCommandBufferAllocateInfo::commandPool

Definition at line 3002 of file vulkan_core.h.

Referenced by createCommandBuffers().

◆ level

VkCommandBufferLevel VkCommandBufferAllocateInfo::level

Definition at line 3003 of file vulkan_core.h.

Referenced by createCommandBuffers().

◆ pNext

const void* VkCommandBufferAllocateInfo::pNext

Definition at line 3001 of file vulkan_core.h.

◆ sType

VkStructureType VkCommandBufferAllocateInfo::sType

Definition at line 3000 of file vulkan_core.h.

Referenced by createCommandBuffers().


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