Vulkan-Hpp
vk::PhysicalDeviceMultiviewProperties Struct Reference

#include <vulkan_structs.hpp>

Public Types

using NativeType = VkPhysicalDeviceMultiviewProperties
 

Public Member Functions

VULKAN_HPP_CONSTEXPR PhysicalDeviceMultiviewProperties (uint32_t maxMultiviewViewCount_={}, uint32_t maxMultiviewInstanceIndex_={}, void *pNext_=nullptr) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR PhysicalDeviceMultiviewProperties (PhysicalDeviceMultiviewProperties const &rhs) VULKAN_HPP_NOEXCEPT=default
 
 PhysicalDeviceMultiviewProperties (VkPhysicalDeviceMultiviewProperties const &rhs) VULKAN_HPP_NOEXCEPT
 
PhysicalDeviceMultiviewPropertiesoperator= (PhysicalDeviceMultiviewProperties const &rhs) VULKAN_HPP_NOEXCEPT=default
 
PhysicalDeviceMultiviewPropertiesoperator= (VkPhysicalDeviceMultiviewProperties const &rhs) VULKAN_HPP_NOEXCEPT
 
 operator VkPhysicalDeviceMultiviewProperties const & () const VULKAN_HPP_NOEXCEPT
 
 operator VkPhysicalDeviceMultiviewProperties & () VULKAN_HPP_NOEXCEPT
 
bool operator== (PhysicalDeviceMultiviewProperties const &rhs) const VULKAN_HPP_NOEXCEPT
 
bool operator!= (PhysicalDeviceMultiviewProperties const &rhs) const VULKAN_HPP_NOEXCEPT
 

Public Attributes

vk::StructureType sType = StructureType::ePhysicalDeviceMultiviewProperties
 
void * pNext = {}
 
uint32_t maxMultiviewViewCount = {}
 
uint32_t maxMultiviewInstanceIndex = {}
 

Static Public Attributes

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

Detailed Description

Definition at line 73823 of file vulkan_structs.hpp.

Member Typedef Documentation

◆ NativeType

Constructor & Destructor Documentation

◆ PhysicalDeviceMultiviewProperties() [1/3]

VULKAN_HPP_CONSTEXPR vk::PhysicalDeviceMultiviewProperties::PhysicalDeviceMultiviewProperties ( uint32_t  maxMultiviewViewCount_ = {},
uint32_t  maxMultiviewInstanceIndex_ = {},
void *  pNext_ = nullptr 
)
inline

Definition at line 73831 of file vulkan_structs.hpp.

◆ PhysicalDeviceMultiviewProperties() [2/3]

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

◆ PhysicalDeviceMultiviewProperties() [3/3]

vk::PhysicalDeviceMultiviewProperties::PhysicalDeviceMultiviewProperties ( VkPhysicalDeviceMultiviewProperties const &  rhs)
inline

Definition at line 73842 of file vulkan_structs.hpp.

Member Function Documentation

◆ operator VkPhysicalDeviceMultiviewProperties &()

vk::PhysicalDeviceMultiviewProperties::operator VkPhysicalDeviceMultiviewProperties & ( )
inline

Definition at line 73861 of file vulkan_structs.hpp.

◆ operator VkPhysicalDeviceMultiviewProperties const &()

vk::PhysicalDeviceMultiviewProperties::operator VkPhysicalDeviceMultiviewProperties const & ( ) const
inline

Definition at line 73856 of file vulkan_structs.hpp.

◆ operator!=()

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

Definition at line 73891 of file vulkan_structs.hpp.

◆ operator=() [1/2]

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

◆ operator=() [2/2]

PhysicalDeviceMultiviewProperties& vk::PhysicalDeviceMultiviewProperties::operator= ( VkPhysicalDeviceMultiviewProperties const &  rhs)
inline

Definition at line 73850 of file vulkan_structs.hpp.

◆ operator==()

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

Definition at line 73881 of file vulkan_structs.hpp.

Member Data Documentation

◆ allowDuplicate

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

Definition at line 73827 of file vulkan_structs.hpp.

◆ maxMultiviewInstanceIndex

uint32_t vk::PhysicalDeviceMultiviewProperties::maxMultiviewInstanceIndex = {}

Definition at line 73901 of file vulkan_structs.hpp.

◆ maxMultiviewViewCount

uint32_t vk::PhysicalDeviceMultiviewProperties::maxMultiviewViewCount = {}

Definition at line 73900 of file vulkan_structs.hpp.

◆ pNext

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

Definition at line 73899 of file vulkan_structs.hpp.

◆ structureType

VULKAN_HPP_CONST_OR_CONSTEXPR StructureType vk::PhysicalDeviceMultiviewProperties::structureType = StructureType::ePhysicalDeviceMultiviewProperties
static

Definition at line 73828 of file vulkan_structs.hpp.

◆ sType

vk::StructureType vk::PhysicalDeviceMultiviewProperties::sType = StructureType::ePhysicalDeviceMultiviewProperties

Definition at line 73898 of file vulkan_structs.hpp.


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