Halide
VkCommandBufferAllocateInfo Struct Reference

#include <mini_vulkan.h>

Public Attributes

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

Detailed Description

Definition at line 2342 of file mini_vulkan.h.

Member Data Documentation

◆ sType

VkStructureType VkCommandBufferAllocateInfo::sType

Definition at line 2343 of file mini_vulkan.h.

◆ pNext

const void* VkCommandBufferAllocateInfo::pNext

Definition at line 2344 of file mini_vulkan.h.

◆ commandPool

VkCommandPool VkCommandBufferAllocateInfo::commandPool

Definition at line 2345 of file mini_vulkan.h.

◆ level

VkCommandBufferLevel VkCommandBufferAllocateInfo::level

Definition at line 2346 of file mini_vulkan.h.

◆ commandBufferCount

uint32_t VkCommandBufferAllocateInfo::commandBufferCount

Definition at line 2347 of file mini_vulkan.h.


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