Vulkan-Hpp
vk::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_={}, vk::DeviceGroupPresentModeFlagBitsKHR mode_=vk::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 (vk::ArrayProxyNoTemporaries< const uint32_t > const &deviceMasks_, vk::DeviceGroupPresentModeFlagBitsKHR mode_=vk::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 DeviceGroupPresentInfoKHRsetPNext (const void *pNext_) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR_14 DeviceGroupPresentInfoKHRsetSwapchainCount (uint32_t swapchainCount_) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR_14 DeviceGroupPresentInfoKHRsetPDeviceMasks (const uint32_t *pDeviceMasks_) VULKAN_HPP_NOEXCEPT
 
DeviceGroupPresentInfoKHRsetDeviceMasks (vk::ArrayProxyNoTemporaries< const uint32_t > const &deviceMasks_) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR_14 DeviceGroupPresentInfoKHRsetMode (vk::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

vk::StructureType sType = StructureType::eDeviceGroupPresentInfoKHR
 
const void * pNext = {}
 
uint32_t swapchainCount = {}
 
const uint32_t * pDeviceMasks = {}
 
vk::DeviceGroupPresentModeFlagBitsKHR mode = vk::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 28701 of file vulkan_structs.hpp.

Member Typedef Documentation

◆ NativeType

Constructor & Destructor Documentation

◆ DeviceGroupPresentInfoKHR() [1/4]

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

Definition at line 28709 of file vulkan_structs.hpp.

◆ DeviceGroupPresentInfoKHR() [2/4]

VULKAN_HPP_CONSTEXPR vk::DeviceGroupPresentInfoKHR::DeviceGroupPresentInfoKHR ( DeviceGroupPresentInfoKHR const &  rhs)
default

◆ DeviceGroupPresentInfoKHR() [3/4]

vk::DeviceGroupPresentInfoKHR::DeviceGroupPresentInfoKHR ( VkDeviceGroupPresentInfoKHR const &  rhs)
inline

Definition at line 28723 of file vulkan_structs.hpp.

◆ DeviceGroupPresentInfoKHR() [4/4]

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

Definition at line 28729 of file vulkan_structs.hpp.

Member Function Documentation

◆ operator VkDeviceGroupPresentInfoKHR &()

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

Definition at line 28786 of file vulkan_structs.hpp.

◆ operator VkDeviceGroupPresentInfoKHR const &()

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

Definition at line 28781 of file vulkan_structs.hpp.

◆ operator!=()

bool vk::DeviceGroupPresentInfoKHR::operator!= ( DeviceGroupPresentInfoKHR const &  rhs) const
inline

Definition at line 28820 of file vulkan_structs.hpp.

◆ operator=() [1/2]

DeviceGroupPresentInfoKHR& vk::DeviceGroupPresentInfoKHR::operator= ( DeviceGroupPresentInfoKHR const &  rhs)
default

◆ operator=() [2/2]

DeviceGroupPresentInfoKHR& vk::DeviceGroupPresentInfoKHR::operator= ( VkDeviceGroupPresentInfoKHR const &  rhs)
inline

Definition at line 28740 of file vulkan_structs.hpp.

◆ operator==()

bool vk::DeviceGroupPresentInfoKHR::operator== ( DeviceGroupPresentInfoKHR const &  rhs) const
inline

Definition at line 28810 of file vulkan_structs.hpp.

◆ setDeviceMasks()

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

Definition at line 28766 of file vulkan_structs.hpp.

◆ setMode()

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

Definition at line 28774 of file vulkan_structs.hpp.

◆ setPDeviceMasks()

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

Definition at line 28759 of file vulkan_structs.hpp.

◆ setPNext()

VULKAN_HPP_CONSTEXPR_14 DeviceGroupPresentInfoKHR& vk::DeviceGroupPresentInfoKHR::setPNext ( const void *  pNext_)
inline

Definition at line 28747 of file vulkan_structs.hpp.

◆ setSwapchainCount()

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

Definition at line 28753 of file vulkan_structs.hpp.

Member Data Documentation

◆ allowDuplicate

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

Definition at line 28705 of file vulkan_structs.hpp.

◆ mode

Definition at line 28831 of file vulkan_structs.hpp.

◆ pDeviceMasks

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

Definition at line 28830 of file vulkan_structs.hpp.

◆ pNext

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

Definition at line 28828 of file vulkan_structs.hpp.

◆ structureType

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

Definition at line 28706 of file vulkan_structs.hpp.

◆ sType

vk::StructureType vk::DeviceGroupPresentInfoKHR::sType = StructureType::eDeviceGroupPresentInfoKHR

Definition at line 28827 of file vulkan_structs.hpp.

◆ swapchainCount

uint32_t vk::DeviceGroupPresentInfoKHR::swapchainCount = {}

Definition at line 28829 of file vulkan_structs.hpp.


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