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 2696 of file vulkan_core.h.

Field Documentation

◆ flags

VkCommandBufferUsageFlags VkCommandBufferBeginInfo::flags

Definition at line 2699 of file vulkan_core.h.

Referenced by rerecordCommandBuffer().

◆ pInheritanceInfo

const VkCommandBufferInheritanceInfo* VkCommandBufferBeginInfo::pInheritanceInfo

Definition at line 2700 of file vulkan_core.h.

◆ pNext

const void* VkCommandBufferBeginInfo::pNext

Definition at line 2698 of file vulkan_core.h.

◆ sType

VkStructureType VkCommandBufferBeginInfo::sType

Definition at line 2697 of file vulkan_core.h.

Referenced by rerecordCommandBuffer().


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