SDL  2.0
VkCommandBufferBeginInfo Struct Reference

#include <vulkan_core.h>

+ Collaboration diagram for VkCommandBufferBeginInfo:

Data Fields

VkStructureType sType
 
const voidpNext
 
VkCommandBufferUsageFlags flags
 
const VkCommandBufferInheritanceInfopInheritanceInfo
 

Detailed Description

Definition at line 3018 of file vulkan_core.h.

Field Documentation

◆ flags

VkCommandBufferUsageFlags VkCommandBufferBeginInfo::flags

Definition at line 3021 of file vulkan_core.h.

Referenced by rerecordCommandBuffer().

◆ pInheritanceInfo

const VkCommandBufferInheritanceInfo* VkCommandBufferBeginInfo::pInheritanceInfo

Definition at line 3022 of file vulkan_core.h.

◆ pNext

const void* VkCommandBufferBeginInfo::pNext

Definition at line 3020 of file vulkan_core.h.

◆ sType

VkStructureType VkCommandBufferBeginInfo::sType

Definition at line 3019 of file vulkan_core.h.

Referenced by rerecordCommandBuffer().


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