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

VULKAN_HPP_NAMESPACE::StructureType sType = StructureType::ePhysicalDeviceMultiviewProperties
 
voidpNext = {}
 
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 64095 of file vulkan_structs.hpp.

Member Typedef Documentation

Constructor & Destructor Documentation

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

Definition at line 64103 of file vulkan_structs.hpp.

VULKAN_HPP_CONSTEXPR VULKAN_HPP_NAMESPACE::PhysicalDeviceMultiviewProperties::PhysicalDeviceMultiviewProperties ( PhysicalDeviceMultiviewProperties const rhs)
default
VULKAN_HPP_NAMESPACE::PhysicalDeviceMultiviewProperties::PhysicalDeviceMultiviewProperties ( VkPhysicalDeviceMultiviewProperties const rhs)
inline

Definition at line 64114 of file vulkan_structs.hpp.

Member Function Documentation

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

Definition at line 64133 of file vulkan_structs.hpp.

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

Definition at line 64128 of file vulkan_structs.hpp.

PhysicalDeviceMultiviewProperties& VULKAN_HPP_NAMESPACE::PhysicalDeviceMultiviewProperties::operator= ( PhysicalDeviceMultiviewProperties const rhs)
default
PhysicalDeviceMultiviewProperties& VULKAN_HPP_NAMESPACE::PhysicalDeviceMultiviewProperties::operator= ( VkPhysicalDeviceMultiviewProperties const rhs)
inline

Definition at line 64122 of file vulkan_structs.hpp.

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

Definition at line 64153 of file vulkan_structs.hpp.

Member Data Documentation

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

Definition at line 64099 of file vulkan_structs.hpp.

uint32_t VULKAN_HPP_NAMESPACE::PhysicalDeviceMultiviewProperties::maxMultiviewInstanceIndex = {}

Definition at line 64173 of file vulkan_structs.hpp.

uint32_t VULKAN_HPP_NAMESPACE::PhysicalDeviceMultiviewProperties::maxMultiviewViewCount = {}

Definition at line 64172 of file vulkan_structs.hpp.

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

Definition at line 64171 of file vulkan_structs.hpp.

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

Definition at line 64100 of file vulkan_structs.hpp.

VULKAN_HPP_NAMESPACE::StructureType VULKAN_HPP_NAMESPACE::PhysicalDeviceMultiviewProperties::sType = StructureType::ePhysicalDeviceMultiviewProperties

Definition at line 64170 of file vulkan_structs.hpp.


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