Vulkan-Hpp
vk::DeviceGroupSwapchainCreateInfoKHR Struct Reference

#include <vulkan_structs.hpp>

Public Types

using NativeType = VkDeviceGroupSwapchainCreateInfoKHR
 

Public Member Functions

VULKAN_HPP_CONSTEXPR DeviceGroupSwapchainCreateInfoKHR (vk::DeviceGroupPresentModeFlagsKHR modes_={}, const void *pNext_=nullptr) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR DeviceGroupSwapchainCreateInfoKHR (DeviceGroupSwapchainCreateInfoKHR const &rhs) VULKAN_HPP_NOEXCEPT=default
 
 DeviceGroupSwapchainCreateInfoKHR (VkDeviceGroupSwapchainCreateInfoKHR const &rhs) VULKAN_HPP_NOEXCEPT
 
DeviceGroupSwapchainCreateInfoKHRoperator= (DeviceGroupSwapchainCreateInfoKHR const &rhs) VULKAN_HPP_NOEXCEPT=default
 
DeviceGroupSwapchainCreateInfoKHRoperator= (VkDeviceGroupSwapchainCreateInfoKHR const &rhs) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR_14 DeviceGroupSwapchainCreateInfoKHRsetPNext (const void *pNext_) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR_14 DeviceGroupSwapchainCreateInfoKHRsetModes (vk::DeviceGroupPresentModeFlagsKHR modes_) VULKAN_HPP_NOEXCEPT
 
 operator VkDeviceGroupSwapchainCreateInfoKHR const & () const VULKAN_HPP_NOEXCEPT
 
 operator VkDeviceGroupSwapchainCreateInfoKHR & () VULKAN_HPP_NOEXCEPT
 
bool operator== (DeviceGroupSwapchainCreateInfoKHR const &rhs) const VULKAN_HPP_NOEXCEPT
 
bool operator!= (DeviceGroupSwapchainCreateInfoKHR const &rhs) const VULKAN_HPP_NOEXCEPT
 

Public Attributes

vk::StructureType sType = StructureType::eDeviceGroupSwapchainCreateInfoKHR
 
const void * pNext = {}
 
vk::DeviceGroupPresentModeFlagsKHR modes = {}
 

Static Public Attributes

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

Detailed Description

Definition at line 29189 of file vulkan_structs.hpp.

Member Typedef Documentation

◆ NativeType

Constructor & Destructor Documentation

◆ DeviceGroupSwapchainCreateInfoKHR() [1/3]

VULKAN_HPP_CONSTEXPR vk::DeviceGroupSwapchainCreateInfoKHR::DeviceGroupSwapchainCreateInfoKHR ( vk::DeviceGroupPresentModeFlagsKHR  modes_ = {},
const void *  pNext_ = nullptr 
)
inline

Definition at line 29197 of file vulkan_structs.hpp.

◆ DeviceGroupSwapchainCreateInfoKHR() [2/3]

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

◆ DeviceGroupSwapchainCreateInfoKHR() [3/3]

vk::DeviceGroupSwapchainCreateInfoKHR::DeviceGroupSwapchainCreateInfoKHR ( VkDeviceGroupSwapchainCreateInfoKHR const &  rhs)
inline

Definition at line 29206 of file vulkan_structs.hpp.

Member Function Documentation

◆ operator VkDeviceGroupSwapchainCreateInfoKHR &()

vk::DeviceGroupSwapchainCreateInfoKHR::operator VkDeviceGroupSwapchainCreateInfoKHR & ( )
inline

Definition at line 29239 of file vulkan_structs.hpp.

◆ operator VkDeviceGroupSwapchainCreateInfoKHR const &()

vk::DeviceGroupSwapchainCreateInfoKHR::operator VkDeviceGroupSwapchainCreateInfoKHR const & ( ) const
inline

Definition at line 29234 of file vulkan_structs.hpp.

◆ operator!=()

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

Definition at line 29268 of file vulkan_structs.hpp.

◆ operator=() [1/2]

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

◆ operator=() [2/2]

DeviceGroupSwapchainCreateInfoKHR& vk::DeviceGroupSwapchainCreateInfoKHR::operator= ( VkDeviceGroupSwapchainCreateInfoKHR const &  rhs)
inline

Definition at line 29214 of file vulkan_structs.hpp.

◆ operator==()

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

Definition at line 29259 of file vulkan_structs.hpp.

◆ setModes()

VULKAN_HPP_CONSTEXPR_14 DeviceGroupSwapchainCreateInfoKHR& vk::DeviceGroupSwapchainCreateInfoKHR::setModes ( vk::DeviceGroupPresentModeFlagsKHR  modes_)
inline

Definition at line 29227 of file vulkan_structs.hpp.

◆ setPNext()

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

Definition at line 29221 of file vulkan_structs.hpp.

Member Data Documentation

◆ allowDuplicate

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

Definition at line 29193 of file vulkan_structs.hpp.

◆ modes

vk::DeviceGroupPresentModeFlagsKHR vk::DeviceGroupSwapchainCreateInfoKHR::modes = {}

Definition at line 29277 of file vulkan_structs.hpp.

◆ pNext

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

Definition at line 29276 of file vulkan_structs.hpp.

◆ structureType

VULKAN_HPP_CONST_OR_CONSTEXPR StructureType vk::DeviceGroupSwapchainCreateInfoKHR::structureType = StructureType::eDeviceGroupSwapchainCreateInfoKHR
static

Definition at line 29194 of file vulkan_structs.hpp.

◆ sType

vk::StructureType vk::DeviceGroupSwapchainCreateInfoKHR::sType = StructureType::eDeviceGroupSwapchainCreateInfoKHR

Definition at line 29275 of file vulkan_structs.hpp.


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