SDL  2.0
VkCommandPoolCreateInfo Struct Reference

#include <vulkan_core.h>

Data Fields

VkStructureType sType
 
const voidpNext
 
VkCommandPoolCreateFlags flags
 
uint32_t queueFamilyIndex
 

Detailed Description

Definition at line 2670 of file vulkan_core.h.

Field Documentation

◆ flags

VkCommandPoolCreateFlags VkCommandPoolCreateInfo::flags

Definition at line 2673 of file vulkan_core.h.

Referenced by createCommandPool().

◆ pNext

const void* VkCommandPoolCreateInfo::pNext

Definition at line 2672 of file vulkan_core.h.

◆ queueFamilyIndex

uint32_t VkCommandPoolCreateInfo::queueFamilyIndex

Definition at line 2674 of file vulkan_core.h.

Referenced by createCommandPool().

◆ sType

VkStructureType VkCommandPoolCreateInfo::sType

Definition at line 2671 of file vulkan_core.h.

Referenced by createCommandPool().


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