Vulkan-Hpp
vk::DeviceGroupPresentCapabilitiesKHR Struct Reference

#include <vulkan_structs.hpp>

Public Types

using NativeType = VkDeviceGroupPresentCapabilitiesKHR
 

Public Member Functions

VULKAN_HPP_CONSTEXPR_14 DeviceGroupPresentCapabilitiesKHR (std::array< uint32_t, VK_MAX_DEVICE_GROUP_SIZE > const &presentMask_={}, vk::DeviceGroupPresentModeFlagsKHR modes_={}, void *pNext_=nullptr) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR_14 DeviceGroupPresentCapabilitiesKHR (DeviceGroupPresentCapabilitiesKHR const &rhs) VULKAN_HPP_NOEXCEPT=default
 
 DeviceGroupPresentCapabilitiesKHR (VkDeviceGroupPresentCapabilitiesKHR const &rhs) VULKAN_HPP_NOEXCEPT
 
DeviceGroupPresentCapabilitiesKHRoperator= (DeviceGroupPresentCapabilitiesKHR const &rhs) VULKAN_HPP_NOEXCEPT=default
 
DeviceGroupPresentCapabilitiesKHRoperator= (VkDeviceGroupPresentCapabilitiesKHR const &rhs) VULKAN_HPP_NOEXCEPT
 
 operator VkDeviceGroupPresentCapabilitiesKHR const & () const VULKAN_HPP_NOEXCEPT
 
 operator VkDeviceGroupPresentCapabilitiesKHR & () VULKAN_HPP_NOEXCEPT
 
bool operator== (DeviceGroupPresentCapabilitiesKHR const &rhs) const VULKAN_HPP_NOEXCEPT
 
bool operator!= (DeviceGroupPresentCapabilitiesKHR const &rhs) const VULKAN_HPP_NOEXCEPT
 

Public Attributes

vk::StructureType sType = StructureType::eDeviceGroupPresentCapabilitiesKHR
 
void * pNext = {}
 
vk::ArrayWrapper1D< uint32_t, VK_MAX_DEVICE_GROUP_SIZEpresentMask = {}
 
vk::DeviceGroupPresentModeFlagsKHR modes = {}
 

Static Public Attributes

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

Detailed Description

Definition at line 28612 of file vulkan_structs.hpp.

Member Typedef Documentation

◆ NativeType

Constructor & Destructor Documentation

◆ DeviceGroupPresentCapabilitiesKHR() [1/3]

VULKAN_HPP_CONSTEXPR_14 vk::DeviceGroupPresentCapabilitiesKHR::DeviceGroupPresentCapabilitiesKHR ( std::array< uint32_t, VK_MAX_DEVICE_GROUP_SIZE > const &  presentMask_ = {},
vk::DeviceGroupPresentModeFlagsKHR  modes_ = {},
void *  pNext_ = nullptr 
)
inline

Definition at line 28620 of file vulkan_structs.hpp.

◆ DeviceGroupPresentCapabilitiesKHR() [2/3]

VULKAN_HPP_CONSTEXPR_14 vk::DeviceGroupPresentCapabilitiesKHR::DeviceGroupPresentCapabilitiesKHR ( DeviceGroupPresentCapabilitiesKHR const &  rhs)
default

◆ DeviceGroupPresentCapabilitiesKHR() [3/3]

vk::DeviceGroupPresentCapabilitiesKHR::DeviceGroupPresentCapabilitiesKHR ( VkDeviceGroupPresentCapabilitiesKHR const &  rhs)
inline

Definition at line 28631 of file vulkan_structs.hpp.

Member Function Documentation

◆ operator VkDeviceGroupPresentCapabilitiesKHR &()

vk::DeviceGroupPresentCapabilitiesKHR::operator VkDeviceGroupPresentCapabilitiesKHR & ( )
inline

Definition at line 28650 of file vulkan_structs.hpp.

◆ operator VkDeviceGroupPresentCapabilitiesKHR const &()

vk::DeviceGroupPresentCapabilitiesKHR::operator VkDeviceGroupPresentCapabilitiesKHR const & ( ) const
inline

Definition at line 28645 of file vulkan_structs.hpp.

◆ operator!=()

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

Definition at line 28682 of file vulkan_structs.hpp.

◆ operator=() [1/2]

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

◆ operator=() [2/2]

DeviceGroupPresentCapabilitiesKHR& vk::DeviceGroupPresentCapabilitiesKHR::operator= ( VkDeviceGroupPresentCapabilitiesKHR const &  rhs)
inline

Definition at line 28639 of file vulkan_structs.hpp.

◆ operator==()

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

Definition at line 28673 of file vulkan_structs.hpp.

Member Data Documentation

◆ allowDuplicate

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

Definition at line 28616 of file vulkan_structs.hpp.

◆ modes

vk::DeviceGroupPresentModeFlagsKHR vk::DeviceGroupPresentCapabilitiesKHR::modes = {}

Definition at line 28692 of file vulkan_structs.hpp.

◆ pNext

void* vk::DeviceGroupPresentCapabilitiesKHR::pNext = {}

Definition at line 28690 of file vulkan_structs.hpp.

◆ presentMask

vk::ArrayWrapper1D<uint32_t, VK_MAX_DEVICE_GROUP_SIZE> vk::DeviceGroupPresentCapabilitiesKHR::presentMask = {}

Definition at line 28691 of file vulkan_structs.hpp.

◆ structureType

VULKAN_HPP_CONST_OR_CONSTEXPR StructureType vk::DeviceGroupPresentCapabilitiesKHR::structureType = StructureType::eDeviceGroupPresentCapabilitiesKHR
static

Definition at line 28617 of file vulkan_structs.hpp.

◆ sType

vk::StructureType vk::DeviceGroupPresentCapabilitiesKHR::sType = StructureType::eDeviceGroupPresentCapabilitiesKHR

Definition at line 28689 of file vulkan_structs.hpp.


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