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

#include <vulkan.hpp>

Public Member Functions

 DeviceGroupCommandBufferBeginInfo (uint32_t deviceMask_=0)
 
 DeviceGroupCommandBufferBeginInfo (VkDeviceGroupCommandBufferBeginInfo const &rhs)
 
DeviceGroupCommandBufferBeginInfooperator= (VkDeviceGroupCommandBufferBeginInfo const &rhs)
 
DeviceGroupCommandBufferBeginInfosetPNext (const void *pNext_)
 
DeviceGroupCommandBufferBeginInfosetDeviceMask (uint32_t deviceMask_)
 
 operator const VkDeviceGroupCommandBufferBeginInfo & () const
 
bool operator== (DeviceGroupCommandBufferBeginInfo const &rhs) const
 
bool operator!= (DeviceGroupCommandBufferBeginInfo const &rhs) const
 

Public Attributes

const voidpNext = nullptr
 
uint32_t deviceMask
 

Private Attributes

StructureType sType = StructureType::eDeviceGroupCommandBufferBeginInfo
 

Constructor & Destructor Documentation

◆ DeviceGroupCommandBufferBeginInfo() [1/2]

VULKAN_HPP_NAMESPACE::DeviceGroupCommandBufferBeginInfo::DeviceGroupCommandBufferBeginInfo ( uint32_t  deviceMask_ = 0)
inline

◆ DeviceGroupCommandBufferBeginInfo() [2/2]

VULKAN_HPP_NAMESPACE::DeviceGroupCommandBufferBeginInfo::DeviceGroupCommandBufferBeginInfo ( VkDeviceGroupCommandBufferBeginInfo const rhs)
inline
Here is the call graph for this function:

Member Function Documentation

◆ operator const VkDeviceGroupCommandBufferBeginInfo &()

VULKAN_HPP_NAMESPACE::DeviceGroupCommandBufferBeginInfo::operator const VkDeviceGroupCommandBufferBeginInfo & ( ) const
inline

◆ operator!=()

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

◆ operator=()

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

◆ operator==()

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

◆ setDeviceMask()

DeviceGroupCommandBufferBeginInfo& VULKAN_HPP_NAMESPACE::DeviceGroupCommandBufferBeginInfo::setDeviceMask ( uint32_t  deviceMask_)
inline

◆ setPNext()

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

Member Data Documentation

◆ deviceMask

uint32_t VULKAN_HPP_NAMESPACE::DeviceGroupCommandBufferBeginInfo::deviceMask

◆ pNext

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

◆ sType

StructureType VULKAN_HPP_NAMESPACE::DeviceGroupCommandBufferBeginInfo::sType = StructureType::eDeviceGroupCommandBufferBeginInfo
private

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