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

#include <vulkan.hpp>

Collaboration diagram for VULKAN_HPP_NAMESPACE::DeviceGroupRenderPassBeginInfo:
[legend]

Public Member Functions

 DeviceGroupRenderPassBeginInfo (uint32_t deviceMask_=0, uint32_t deviceRenderAreaCount_=0, const Rect2D *pDeviceRenderAreas_=nullptr)
 
 DeviceGroupRenderPassBeginInfo (VkDeviceGroupRenderPassBeginInfo const &rhs)
 
DeviceGroupRenderPassBeginInfooperator= (VkDeviceGroupRenderPassBeginInfo const &rhs)
 
DeviceGroupRenderPassBeginInfosetPNext (const void *pNext_)
 
DeviceGroupRenderPassBeginInfosetDeviceMask (uint32_t deviceMask_)
 
DeviceGroupRenderPassBeginInfosetDeviceRenderAreaCount (uint32_t deviceRenderAreaCount_)
 
DeviceGroupRenderPassBeginInfosetPDeviceRenderAreas (const Rect2D *pDeviceRenderAreas_)
 
 operator const VkDeviceGroupRenderPassBeginInfo & () const
 
bool operator== (DeviceGroupRenderPassBeginInfo const &rhs) const
 
bool operator!= (DeviceGroupRenderPassBeginInfo const &rhs) const
 

Public Attributes

const voidpNext = nullptr
 
uint32_t deviceMask
 
uint32_t deviceRenderAreaCount
 
const Rect2DpDeviceRenderAreas
 

Private Attributes

StructureType sType = StructureType::eDeviceGroupRenderPassBeginInfo
 

Constructor & Destructor Documentation

◆ DeviceGroupRenderPassBeginInfo() [1/2]

VULKAN_HPP_NAMESPACE::DeviceGroupRenderPassBeginInfo::DeviceGroupRenderPassBeginInfo ( uint32_t  deviceMask_ = 0,
uint32_t  deviceRenderAreaCount_ = 0,
const Rect2D pDeviceRenderAreas_ = nullptr 
)
inline

◆ DeviceGroupRenderPassBeginInfo() [2/2]

VULKAN_HPP_NAMESPACE::DeviceGroupRenderPassBeginInfo::DeviceGroupRenderPassBeginInfo ( VkDeviceGroupRenderPassBeginInfo const rhs)
inline
Here is the call graph for this function:

Member Function Documentation

◆ operator const VkDeviceGroupRenderPassBeginInfo &()

VULKAN_HPP_NAMESPACE::DeviceGroupRenderPassBeginInfo::operator const VkDeviceGroupRenderPassBeginInfo & ( ) const
inline

◆ operator!=()

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

◆ operator=()

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

◆ operator==()

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

◆ setDeviceMask()

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

◆ setDeviceRenderAreaCount()

DeviceGroupRenderPassBeginInfo& VULKAN_HPP_NAMESPACE::DeviceGroupRenderPassBeginInfo::setDeviceRenderAreaCount ( uint32_t  deviceRenderAreaCount_)
inline

◆ setPDeviceRenderAreas()

DeviceGroupRenderPassBeginInfo& VULKAN_HPP_NAMESPACE::DeviceGroupRenderPassBeginInfo::setPDeviceRenderAreas ( const Rect2D pDeviceRenderAreas_)
inline

◆ setPNext()

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

Member Data Documentation

◆ deviceMask

uint32_t VULKAN_HPP_NAMESPACE::DeviceGroupRenderPassBeginInfo::deviceMask

◆ deviceRenderAreaCount

uint32_t VULKAN_HPP_NAMESPACE::DeviceGroupRenderPassBeginInfo::deviceRenderAreaCount

◆ pDeviceRenderAreas

const Rect2D* VULKAN_HPP_NAMESPACE::DeviceGroupRenderPassBeginInfo::pDeviceRenderAreas

◆ pNext

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

◆ sType

StructureType VULKAN_HPP_NAMESPACE::DeviceGroupRenderPassBeginInfo::sType = StructureType::eDeviceGroupRenderPassBeginInfo
private

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