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

#include <vulkan_structs.hpp>

Public Types

using NativeType = VkDeviceGroupPresentInfoKHR
 

Public Member Functions

VULKAN_HPP_CONSTEXPR DeviceGroupPresentInfoKHR (uint32_t swapchainCount_={}, const uint32_t *pDeviceMasks_={}, VULKAN_HPP_NAMESPACE::DeviceGroupPresentModeFlagBitsKHR mode_=VULKAN_HPP_NAMESPACE::DeviceGroupPresentModeFlagBitsKHR::eLocal, const void *pNext_=nullptr) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR DeviceGroupPresentInfoKHR (DeviceGroupPresentInfoKHR const &rhs) VULKAN_HPP_NOEXCEPT=default
 
 DeviceGroupPresentInfoKHR (VkDeviceGroupPresentInfoKHR const &rhs) VULKAN_HPP_NOEXCEPT
 
 DeviceGroupPresentInfoKHR (VULKAN_HPP_NAMESPACE::ArrayProxyNoTemporaries< const uint32_t > const &deviceMasks_, VULKAN_HPP_NAMESPACE::DeviceGroupPresentModeFlagBitsKHR mode_=VULKAN_HPP_NAMESPACE::DeviceGroupPresentModeFlagBitsKHR::eLocal, const void *pNext_=nullptr)
 
DeviceGroupPresentInfoKHRoperator= (DeviceGroupPresentInfoKHR const &rhs) VULKAN_HPP_NOEXCEPT=default
 
DeviceGroupPresentInfoKHRoperator= (VkDeviceGroupPresentInfoKHR const &rhs) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR_14
DeviceGroupPresentInfoKHR
setPNext (const void *pNext_) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR_14
DeviceGroupPresentInfoKHR
setSwapchainCount (uint32_t swapchainCount_) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR_14
DeviceGroupPresentInfoKHR
setPDeviceMasks (const uint32_t *pDeviceMasks_) VULKAN_HPP_NOEXCEPT
 
DeviceGroupPresentInfoKHRsetDeviceMasks (VULKAN_HPP_NAMESPACE::ArrayProxyNoTemporaries< const uint32_t > const &deviceMasks_) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR_14
DeviceGroupPresentInfoKHR
setMode (VULKAN_HPP_NAMESPACE::DeviceGroupPresentModeFlagBitsKHR mode_) VULKAN_HPP_NOEXCEPT
 
 operator VkDeviceGroupPresentInfoKHR const & () const VULKAN_HPP_NOEXCEPT
 
 operator VkDeviceGroupPresentInfoKHR & () VULKAN_HPP_NOEXCEPT
 
bool operator== (DeviceGroupPresentInfoKHR const &rhs) const VULKAN_HPP_NOEXCEPT
 
bool operator!= (DeviceGroupPresentInfoKHR const &rhs) const VULKAN_HPP_NOEXCEPT
 

Public Attributes

VULKAN_HPP_NAMESPACE::StructureType sType = StructureType::eDeviceGroupPresentInfoKHR
 
const voidpNext = {}
 
uint32_t swapchainCount = {}
 
const uint32_t * pDeviceMasks = {}
 
VULKAN_HPP_NAMESPACE::DeviceGroupPresentModeFlagBitsKHR mode = VULKAN_HPP_NAMESPACE::DeviceGroupPresentModeFlagBitsKHR::eLocal
 

Static Public Attributes

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

Detailed Description

Definition at line 25662 of file vulkan_structs.hpp.

Member Typedef Documentation

Constructor & Destructor Documentation

VULKAN_HPP_CONSTEXPR VULKAN_HPP_NAMESPACE::DeviceGroupPresentInfoKHR::DeviceGroupPresentInfoKHR ( uint32_t  swapchainCount_ = {},
const uint32_t *  pDeviceMasks_ = {},
VULKAN_HPP_NAMESPACE::DeviceGroupPresentModeFlagBitsKHR  mode_ = VULKAN_HPP_NAMESPACE::DeviceGroupPresentModeFlagBitsKHR::eLocal,
const void pNext_ = nullptr 
)
inline

Definition at line 25670 of file vulkan_structs.hpp.

VULKAN_HPP_CONSTEXPR VULKAN_HPP_NAMESPACE::DeviceGroupPresentInfoKHR::DeviceGroupPresentInfoKHR ( DeviceGroupPresentInfoKHR const rhs)
default
VULKAN_HPP_NAMESPACE::DeviceGroupPresentInfoKHR::DeviceGroupPresentInfoKHR ( VkDeviceGroupPresentInfoKHR const rhs)
inline

Definition at line 25684 of file vulkan_structs.hpp.

VULKAN_HPP_NAMESPACE::DeviceGroupPresentInfoKHR::DeviceGroupPresentInfoKHR ( VULKAN_HPP_NAMESPACE::ArrayProxyNoTemporaries< const uint32_t > const deviceMasks_,
VULKAN_HPP_NAMESPACE::DeviceGroupPresentModeFlagBitsKHR  mode_ = VULKAN_HPP_NAMESPACE::DeviceGroupPresentModeFlagBitsKHR::eLocal,
const void pNext_ = nullptr 
)
inline

Definition at line 25690 of file vulkan_structs.hpp.

Member Function Documentation

VULKAN_HPP_NAMESPACE::DeviceGroupPresentInfoKHR::operator VkDeviceGroupPresentInfoKHR & ( )
inline

Definition at line 25747 of file vulkan_structs.hpp.

VULKAN_HPP_NAMESPACE::DeviceGroupPresentInfoKHR::operator VkDeviceGroupPresentInfoKHR const & ( ) const
inline

Definition at line 25742 of file vulkan_structs.hpp.

DeviceGroupPresentInfoKHR& VULKAN_HPP_NAMESPACE::DeviceGroupPresentInfoKHR::operator= ( DeviceGroupPresentInfoKHR const rhs)
default
DeviceGroupPresentInfoKHR& VULKAN_HPP_NAMESPACE::DeviceGroupPresentInfoKHR::operator= ( VkDeviceGroupPresentInfoKHR const rhs)
inline

Definition at line 25701 of file vulkan_structs.hpp.

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

Definition at line 25771 of file vulkan_structs.hpp.

DeviceGroupPresentInfoKHR& VULKAN_HPP_NAMESPACE::DeviceGroupPresentInfoKHR::setDeviceMasks ( VULKAN_HPP_NAMESPACE::ArrayProxyNoTemporaries< const uint32_t > const deviceMasks_)
inline

Definition at line 25727 of file vulkan_structs.hpp.

VULKAN_HPP_CONSTEXPR_14 DeviceGroupPresentInfoKHR& VULKAN_HPP_NAMESPACE::DeviceGroupPresentInfoKHR::setMode ( VULKAN_HPP_NAMESPACE::DeviceGroupPresentModeFlagBitsKHR  mode_)
inline

Definition at line 25735 of file vulkan_structs.hpp.

VULKAN_HPP_CONSTEXPR_14 DeviceGroupPresentInfoKHR& VULKAN_HPP_NAMESPACE::DeviceGroupPresentInfoKHR::setPDeviceMasks ( const uint32_t *  pDeviceMasks_)
inline

Definition at line 25720 of file vulkan_structs.hpp.

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

Definition at line 25708 of file vulkan_structs.hpp.

VULKAN_HPP_CONSTEXPR_14 DeviceGroupPresentInfoKHR& VULKAN_HPP_NAMESPACE::DeviceGroupPresentInfoKHR::setSwapchainCount ( uint32_t  swapchainCount_)
inline

Definition at line 25714 of file vulkan_structs.hpp.

Member Data Documentation

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

Definition at line 25666 of file vulkan_structs.hpp.

const uint32_t* VULKAN_HPP_NAMESPACE::DeviceGroupPresentInfoKHR::pDeviceMasks = {}

Definition at line 25791 of file vulkan_structs.hpp.

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

Definition at line 25789 of file vulkan_structs.hpp.

VULKAN_HPP_CONST_OR_CONSTEXPR StructureType VULKAN_HPP_NAMESPACE::DeviceGroupPresentInfoKHR::structureType = StructureType::eDeviceGroupPresentInfoKHR
static

Definition at line 25667 of file vulkan_structs.hpp.

VULKAN_HPP_NAMESPACE::StructureType VULKAN_HPP_NAMESPACE::DeviceGroupPresentInfoKHR::sType = StructureType::eDeviceGroupPresentInfoKHR

Definition at line 25788 of file vulkan_structs.hpp.

uint32_t VULKAN_HPP_NAMESPACE::DeviceGroupPresentInfoKHR::swapchainCount = {}

Definition at line 25790 of file vulkan_structs.hpp.


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