RetroArch
Public Member Functions | Public Attributes | Private Attributes | List of all members
VULKAN_HPP_NAMESPACE::CommandBufferBeginInfo Struct Reference

#include <vulkan.hpp>

Collaboration diagram for VULKAN_HPP_NAMESPACE::CommandBufferBeginInfo:
[legend]

Public Member Functions

 CommandBufferBeginInfo (CommandBufferUsageFlags flags_=CommandBufferUsageFlags(), const CommandBufferInheritanceInfo *pInheritanceInfo_=nullptr)
 
 CommandBufferBeginInfo (VkCommandBufferBeginInfo const &rhs)
 
CommandBufferBeginInfooperator= (VkCommandBufferBeginInfo const &rhs)
 
CommandBufferBeginInfosetPNext (const void *pNext_)
 
CommandBufferBeginInfosetFlags (CommandBufferUsageFlags flags_)
 
CommandBufferBeginInfosetPInheritanceInfo (const CommandBufferInheritanceInfo *pInheritanceInfo_)
 
 operator const VkCommandBufferBeginInfo & () const
 
bool operator== (CommandBufferBeginInfo const &rhs) const
 
bool operator!= (CommandBufferBeginInfo const &rhs) const
 

Public Attributes

const voidpNext = nullptr
 
CommandBufferUsageFlags flags
 
const CommandBufferInheritanceInfopInheritanceInfo
 

Private Attributes

StructureType sType = StructureType::eCommandBufferBeginInfo
 

Constructor & Destructor Documentation

◆ CommandBufferBeginInfo() [1/2]

VULKAN_HPP_NAMESPACE::CommandBufferBeginInfo::CommandBufferBeginInfo ( CommandBufferUsageFlags  flags_ = CommandBufferUsageFlags(),
const CommandBufferInheritanceInfo pInheritanceInfo_ = nullptr 
)
inline

◆ CommandBufferBeginInfo() [2/2]

VULKAN_HPP_NAMESPACE::CommandBufferBeginInfo::CommandBufferBeginInfo ( VkCommandBufferBeginInfo const rhs)
inline
Here is the call graph for this function:

Member Function Documentation

◆ operator const VkCommandBufferBeginInfo &()

VULKAN_HPP_NAMESPACE::CommandBufferBeginInfo::operator const VkCommandBufferBeginInfo & ( ) const
inline

◆ operator!=()

bool VULKAN_HPP_NAMESPACE::CommandBufferBeginInfo::operator!= ( CommandBufferBeginInfo const rhs) const
inline
Here is the call graph for this function:

◆ operator=()

CommandBufferBeginInfo& VULKAN_HPP_NAMESPACE::CommandBufferBeginInfo::operator= ( VkCommandBufferBeginInfo const rhs)
inline
Here is the call graph for this function:

◆ operator==()

bool VULKAN_HPP_NAMESPACE::CommandBufferBeginInfo::operator== ( CommandBufferBeginInfo const rhs) const
inline
Here is the caller graph for this function:

◆ setFlags()

CommandBufferBeginInfo& VULKAN_HPP_NAMESPACE::CommandBufferBeginInfo::setFlags ( CommandBufferUsageFlags  flags_)
inline

◆ setPInheritanceInfo()

CommandBufferBeginInfo& VULKAN_HPP_NAMESPACE::CommandBufferBeginInfo::setPInheritanceInfo ( const CommandBufferInheritanceInfo pInheritanceInfo_)
inline

◆ setPNext()

CommandBufferBeginInfo& VULKAN_HPP_NAMESPACE::CommandBufferBeginInfo::setPNext ( const void pNext_)
inline

Member Data Documentation

◆ flags

CommandBufferUsageFlags VULKAN_HPP_NAMESPACE::CommandBufferBeginInfo::flags

◆ pInheritanceInfo

const CommandBufferInheritanceInfo* VULKAN_HPP_NAMESPACE::CommandBufferBeginInfo::pInheritanceInfo

◆ pNext

const void* VULKAN_HPP_NAMESPACE::CommandBufferBeginInfo::pNext = nullptr

◆ sType

StructureType VULKAN_HPP_NAMESPACE::CommandBufferBeginInfo::sType = StructureType::eCommandBufferBeginInfo
private

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