HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
VULKAN_HPP_NAMESPACE::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_={}, VULKAN_HPP_NAMESPACE::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

VULKAN_HPP_NAMESPACE::StructureType sType = StructureType::eDeviceGroupPresentCapabilitiesKHR
 
voidpNext = {}
 
VULKAN_HPP_NAMESPACE::ArrayWrapper1D
< uint32_t,
VK_MAX_DEVICE_GROUP_SIZE
presentMask = {}
 
VULKAN_HPP_NAMESPACE::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 25573 of file vulkan_structs.hpp.

Member Typedef Documentation

Constructor & Destructor Documentation

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

Definition at line 25581 of file vulkan_structs.hpp.

VULKAN_HPP_CONSTEXPR_14 VULKAN_HPP_NAMESPACE::DeviceGroupPresentCapabilitiesKHR::DeviceGroupPresentCapabilitiesKHR ( DeviceGroupPresentCapabilitiesKHR const rhs)
default
VULKAN_HPP_NAMESPACE::DeviceGroupPresentCapabilitiesKHR::DeviceGroupPresentCapabilitiesKHR ( VkDeviceGroupPresentCapabilitiesKHR const rhs)
inline

Definition at line 25592 of file vulkan_structs.hpp.

Member Function Documentation

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

Definition at line 25611 of file vulkan_structs.hpp.

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

Definition at line 25606 of file vulkan_structs.hpp.

DeviceGroupPresentCapabilitiesKHR& VULKAN_HPP_NAMESPACE::DeviceGroupPresentCapabilitiesKHR::operator= ( DeviceGroupPresentCapabilitiesKHR const rhs)
default
DeviceGroupPresentCapabilitiesKHR& VULKAN_HPP_NAMESPACE::DeviceGroupPresentCapabilitiesKHR::operator= ( VkDeviceGroupPresentCapabilitiesKHR const rhs)
inline

Definition at line 25600 of file vulkan_structs.hpp.

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

Definition at line 25634 of file vulkan_structs.hpp.

Member Data Documentation

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

Definition at line 25577 of file vulkan_structs.hpp.

VULKAN_HPP_NAMESPACE::DeviceGroupPresentModeFlagsKHR VULKAN_HPP_NAMESPACE::DeviceGroupPresentCapabilitiesKHR::modes = {}

Definition at line 25653 of file vulkan_structs.hpp.

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

Definition at line 25651 of file vulkan_structs.hpp.

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

Definition at line 25652 of file vulkan_structs.hpp.

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

Definition at line 25578 of file vulkan_structs.hpp.

VULKAN_HPP_NAMESPACE::StructureType VULKAN_HPP_NAMESPACE::DeviceGroupPresentCapabilitiesKHR::sType = StructureType::eDeviceGroupPresentCapabilitiesKHR

Definition at line 25650 of file vulkan_structs.hpp.


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