HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
VULKAN_HPP_NAMESPACE::DeviceGroupRenderPassBeginInfo Struct Reference

#include <vulkan_structs.hpp>

Public Types

using NativeType = VkDeviceGroupRenderPassBeginInfo
 

Public Member Functions

VULKAN_HPP_CONSTEXPR DeviceGroupRenderPassBeginInfo (uint32_t deviceMask_={}, uint32_t deviceRenderAreaCount_={}, const VULKAN_HPP_NAMESPACE::Rect2D *pDeviceRenderAreas_={}, const void *pNext_=nullptr) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR DeviceGroupRenderPassBeginInfo (DeviceGroupRenderPassBeginInfo const &rhs) VULKAN_HPP_NOEXCEPT=default
 
 DeviceGroupRenderPassBeginInfo (VkDeviceGroupRenderPassBeginInfo const &rhs) VULKAN_HPP_NOEXCEPT
 
 DeviceGroupRenderPassBeginInfo (uint32_t deviceMask_, VULKAN_HPP_NAMESPACE::ArrayProxyNoTemporaries< const VULKAN_HPP_NAMESPACE::Rect2D > const &deviceRenderAreas_, const void *pNext_=nullptr)
 
DeviceGroupRenderPassBeginInfooperator= (DeviceGroupRenderPassBeginInfo const &rhs) VULKAN_HPP_NOEXCEPT=default
 
DeviceGroupRenderPassBeginInfooperator= (VkDeviceGroupRenderPassBeginInfo const &rhs) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR_14
DeviceGroupRenderPassBeginInfo
setPNext (const void *pNext_) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR_14
DeviceGroupRenderPassBeginInfo
setDeviceMask (uint32_t deviceMask_) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR_14
DeviceGroupRenderPassBeginInfo
setDeviceRenderAreaCount (uint32_t deviceRenderAreaCount_) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR_14
DeviceGroupRenderPassBeginInfo
setPDeviceRenderAreas (const VULKAN_HPP_NAMESPACE::Rect2D *pDeviceRenderAreas_) VULKAN_HPP_NOEXCEPT
 
DeviceGroupRenderPassBeginInfosetDeviceRenderAreas (VULKAN_HPP_NAMESPACE::ArrayProxyNoTemporaries< const VULKAN_HPP_NAMESPACE::Rect2D > const &deviceRenderAreas_) VULKAN_HPP_NOEXCEPT
 
 operator VkDeviceGroupRenderPassBeginInfo const & () const VULKAN_HPP_NOEXCEPT
 
 operator VkDeviceGroupRenderPassBeginInfo & () VULKAN_HPP_NOEXCEPT
 
bool operator== (DeviceGroupRenderPassBeginInfo const &rhs) const VULKAN_HPP_NOEXCEPT
 
bool operator!= (DeviceGroupRenderPassBeginInfo const &rhs) const VULKAN_HPP_NOEXCEPT
 

Public Attributes

VULKAN_HPP_NAMESPACE::StructureType sType = StructureType::eDeviceGroupRenderPassBeginInfo
 
const voidpNext = {}
 
uint32_t deviceMask = {}
 
uint32_t deviceRenderAreaCount = {}
 
const
VULKAN_HPP_NAMESPACE::Rect2D
pDeviceRenderAreas = {}
 

Static Public Attributes

static const bool allowDuplicate = false
 
static
VULKAN_HPP_CONST_OR_CONSTEXPR
StructureType 
structureType = StructureType::eDeviceGroupRenderPassBeginInfo
 

Detailed Description

Definition at line 25801 of file vulkan_structs.hpp.

Member Typedef Documentation

Constructor & Destructor Documentation

VULKAN_HPP_CONSTEXPR VULKAN_HPP_NAMESPACE::DeviceGroupRenderPassBeginInfo::DeviceGroupRenderPassBeginInfo ( uint32_t  deviceMask_ = {},
uint32_t  deviceRenderAreaCount_ = {},
const VULKAN_HPP_NAMESPACE::Rect2D pDeviceRenderAreas_ = {},
const void pNext_ = nullptr 
)
inline

Definition at line 25809 of file vulkan_structs.hpp.

VULKAN_HPP_CONSTEXPR VULKAN_HPP_NAMESPACE::DeviceGroupRenderPassBeginInfo::DeviceGroupRenderPassBeginInfo ( DeviceGroupRenderPassBeginInfo const rhs)
default
VULKAN_HPP_NAMESPACE::DeviceGroupRenderPassBeginInfo::DeviceGroupRenderPassBeginInfo ( VkDeviceGroupRenderPassBeginInfo const rhs)
inline

Definition at line 25822 of file vulkan_structs.hpp.

VULKAN_HPP_NAMESPACE::DeviceGroupRenderPassBeginInfo::DeviceGroupRenderPassBeginInfo ( uint32_t  deviceMask_,
VULKAN_HPP_NAMESPACE::ArrayProxyNoTemporaries< const VULKAN_HPP_NAMESPACE::Rect2D > const deviceRenderAreas_,
const void pNext_ = nullptr 
)
inline

Definition at line 25828 of file vulkan_structs.hpp.

Member Function Documentation

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

Definition at line 25890 of file vulkan_structs.hpp.

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

Definition at line 25885 of file vulkan_structs.hpp.

DeviceGroupRenderPassBeginInfo& VULKAN_HPP_NAMESPACE::DeviceGroupRenderPassBeginInfo::operator= ( DeviceGroupRenderPassBeginInfo const rhs)
default
DeviceGroupRenderPassBeginInfo& VULKAN_HPP_NAMESPACE::DeviceGroupRenderPassBeginInfo::operator= ( VkDeviceGroupRenderPassBeginInfo const rhs)
inline

Definition at line 25842 of file vulkan_structs.hpp.

bool VULKAN_HPP_NAMESPACE::DeviceGroupRenderPassBeginInfo::operator== ( DeviceGroupRenderPassBeginInfo const rhs) const
inline

Definition at line 25911 of file vulkan_structs.hpp.

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

Definition at line 25855 of file vulkan_structs.hpp.

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

Definition at line 25861 of file vulkan_structs.hpp.

DeviceGroupRenderPassBeginInfo& VULKAN_HPP_NAMESPACE::DeviceGroupRenderPassBeginInfo::setDeviceRenderAreas ( VULKAN_HPP_NAMESPACE::ArrayProxyNoTemporaries< const VULKAN_HPP_NAMESPACE::Rect2D > const deviceRenderAreas_)
inline

Definition at line 25876 of file vulkan_structs.hpp.

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

Definition at line 25868 of file vulkan_structs.hpp.

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

Definition at line 25849 of file vulkan_structs.hpp.

Member Data Documentation

const bool VULKAN_HPP_NAMESPACE::DeviceGroupRenderPassBeginInfo::allowDuplicate = false
static

Definition at line 25805 of file vulkan_structs.hpp.

uint32_t VULKAN_HPP_NAMESPACE::DeviceGroupRenderPassBeginInfo::deviceMask = {}

Definition at line 25930 of file vulkan_structs.hpp.

uint32_t VULKAN_HPP_NAMESPACE::DeviceGroupRenderPassBeginInfo::deviceRenderAreaCount = {}

Definition at line 25931 of file vulkan_structs.hpp.

const VULKAN_HPP_NAMESPACE::Rect2D* VULKAN_HPP_NAMESPACE::DeviceGroupRenderPassBeginInfo::pDeviceRenderAreas = {}

Definition at line 25932 of file vulkan_structs.hpp.

const void* VULKAN_HPP_NAMESPACE::DeviceGroupRenderPassBeginInfo::pNext = {}

Definition at line 25929 of file vulkan_structs.hpp.

VULKAN_HPP_CONST_OR_CONSTEXPR StructureType VULKAN_HPP_NAMESPACE::DeviceGroupRenderPassBeginInfo::structureType = StructureType::eDeviceGroupRenderPassBeginInfo
static

Definition at line 25806 of file vulkan_structs.hpp.

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

Definition at line 25928 of file vulkan_structs.hpp.


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