Github User Fetcher 1.0.0
C Application with Server and GUI
Loading...
Searching...
No Matches
VkCommandBufferAllocateInfo Struct Reference

#include <vulkan_core.h>

Data Fields

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

Detailed Description

Definition at line 3908 of file vulkan_core.h.

Field Documentation

◆ commandBufferCount

uint32_t VkCommandBufferAllocateInfo::commandBufferCount

Definition at line 3913 of file vulkan_core.h.

◆ commandPool

VkCommandPool VkCommandBufferAllocateInfo::commandPool

Definition at line 3911 of file vulkan_core.h.

◆ level

VkCommandBufferLevel VkCommandBufferAllocateInfo::level

Definition at line 3912 of file vulkan_core.h.

◆ pNext

const void* VkCommandBufferAllocateInfo::pNext

Definition at line 3910 of file vulkan_core.h.

◆ sType

VkStructureType VkCommandBufferAllocateInfo::sType

Definition at line 3909 of file vulkan_core.h.


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