SDL  2.0
VULKAN_HPP_NAMESPACE::PhysicalDeviceMultiviewPerViewAttributesPropertiesNVX Struct Reference

#include <vulkan.hpp>

Public Member Functions

VULKAN_HPP_CONSTEXPR PhysicalDeviceMultiviewPerViewAttributesPropertiesNVX (VULKAN_HPP_NAMESPACE::Bool32 perViewPositionAllComponents_={}) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR PhysicalDeviceMultiviewPerViewAttributesPropertiesNVX (PhysicalDeviceMultiviewPerViewAttributesPropertiesNVX const &rhs) VULKAN_HPP_NOEXCEPT=default
 
 PhysicalDeviceMultiviewPerViewAttributesPropertiesNVX (VkPhysicalDeviceMultiviewPerViewAttributesPropertiesNVX const &rhs) VULKAN_HPP_NOEXCEPT
 
PhysicalDeviceMultiviewPerViewAttributesPropertiesNVXoperator= (VkPhysicalDeviceMultiviewPerViewAttributesPropertiesNVX const &rhs) VULKAN_HPP_NOEXCEPT
 
PhysicalDeviceMultiviewPerViewAttributesPropertiesNVXoperator= (PhysicalDeviceMultiviewPerViewAttributesPropertiesNVX const &rhs) VULKAN_HPP_NOEXCEPT
 
 operator VkPhysicalDeviceMultiviewPerViewAttributesPropertiesNVX const & () const VULKAN_HPP_NOEXCEPT
 
 operator VkPhysicalDeviceMultiviewPerViewAttributesPropertiesNVX & () VULKAN_HPP_NOEXCEPT
 
bool operator== (PhysicalDeviceMultiviewPerViewAttributesPropertiesNVX const &rhs) const VULKAN_HPP_NOEXCEPT
 
bool operator!= (PhysicalDeviceMultiviewPerViewAttributesPropertiesNVX const &rhs) const VULKAN_HPP_NOEXCEPT
 

Data Fields

const VULKAN_HPP_NAMESPACE::StructureType sType = StructureType::ePhysicalDeviceMultiviewPerViewAttributesPropertiesNVX
 
voidpNext = {}
 
VULKAN_HPP_NAMESPACE::Bool32 perViewPositionAllComponents = {}
 

Static Public Attributes

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

Detailed Description

Definition at line 66841 of file vulkan.hpp.

Constructor & Destructor Documentation

◆ PhysicalDeviceMultiviewPerViewAttributesPropertiesNVX() [1/3]

VULKAN_HPP_CONSTEXPR VULKAN_HPP_NAMESPACE::PhysicalDeviceMultiviewPerViewAttributesPropertiesNVX::PhysicalDeviceMultiviewPerViewAttributesPropertiesNVX ( VULKAN_HPP_NAMESPACE::Bool32  perViewPositionAllComponents_ = {})
inline

Definition at line 66847 of file vulkan.hpp.

66848  : perViewPositionAllComponents( perViewPositionAllComponents_ )
66849  {}
#define VULKAN_HPP_NOEXCEPT
Definition: vulkan.hpp:179

◆ PhysicalDeviceMultiviewPerViewAttributesPropertiesNVX() [2/3]

VULKAN_HPP_CONSTEXPR VULKAN_HPP_NAMESPACE::PhysicalDeviceMultiviewPerViewAttributesPropertiesNVX::PhysicalDeviceMultiviewPerViewAttributesPropertiesNVX ( PhysicalDeviceMultiviewPerViewAttributesPropertiesNVX const &  rhs)
default

◆ PhysicalDeviceMultiviewPerViewAttributesPropertiesNVX() [3/3]

VULKAN_HPP_NAMESPACE::PhysicalDeviceMultiviewPerViewAttributesPropertiesNVX::PhysicalDeviceMultiviewPerViewAttributesPropertiesNVX ( VkPhysicalDeviceMultiviewPerViewAttributesPropertiesNVX const &  rhs)
inline

Definition at line 66853 of file vulkan.hpp.

66854  {
66855  *this = rhs;
66856  }

Member Function Documentation

◆ operator VkPhysicalDeviceMultiviewPerViewAttributesPropertiesNVX &()

VULKAN_HPP_NAMESPACE::PhysicalDeviceMultiviewPerViewAttributesPropertiesNVX::operator VkPhysicalDeviceMultiviewPerViewAttributesPropertiesNVX & ( )
inline

Definition at line 66877 of file vulkan.hpp.

◆ operator VkPhysicalDeviceMultiviewPerViewAttributesPropertiesNVX const &()

VULKAN_HPP_NAMESPACE::PhysicalDeviceMultiviewPerViewAttributesPropertiesNVX::operator VkPhysicalDeviceMultiviewPerViewAttributesPropertiesNVX const & ( ) const
inline

Definition at line 66872 of file vulkan.hpp.

66873  {
66874  return *reinterpret_cast<const VkPhysicalDeviceMultiviewPerViewAttributesPropertiesNVX*>( this );
66875  }

◆ operator!=()

bool VULKAN_HPP_NAMESPACE::PhysicalDeviceMultiviewPerViewAttributesPropertiesNVX::operator!= ( PhysicalDeviceMultiviewPerViewAttributesPropertiesNVX const &  rhs) const
inline

Definition at line 66893 of file vulkan.hpp.

66894  {
66895  return !operator==( rhs );
66896  }
bool operator==(PhysicalDeviceMultiviewPerViewAttributesPropertiesNVX const &rhs) const VULKAN_HPP_NOEXCEPT
Definition: vulkan.hpp:66886

References VULKAN_HPP_NAMESPACE::operator==().

◆ operator=() [1/2]

PhysicalDeviceMultiviewPerViewAttributesPropertiesNVX& VULKAN_HPP_NAMESPACE::PhysicalDeviceMultiviewPerViewAttributesPropertiesNVX::operator= ( PhysicalDeviceMultiviewPerViewAttributesPropertiesNVX const &  rhs)
inline

Definition at line 66865 of file vulkan.hpp.

66866  {
66867  memcpy( static_cast<void *>( this ), &rhs, sizeof( PhysicalDeviceMultiviewPerViewAttributesPropertiesNVX ) );
66868  return *this;
66869  }
#define memcpy
Definition: SDL_malloc.c:630
VULKAN_HPP_CONSTEXPR PhysicalDeviceMultiviewPerViewAttributesPropertiesNVX(VULKAN_HPP_NAMESPACE::Bool32 perViewPositionAllComponents_={}) VULKAN_HPP_NOEXCEPT
Definition: vulkan.hpp:66847

References memcpy.

◆ operator=() [2/2]

PhysicalDeviceMultiviewPerViewAttributesPropertiesNVX& VULKAN_HPP_NAMESPACE::PhysicalDeviceMultiviewPerViewAttributesPropertiesNVX::operator= ( VkPhysicalDeviceMultiviewPerViewAttributesPropertiesNVX const &  rhs)
inline

Definition at line 66859 of file vulkan.hpp.

◆ operator==()

bool VULKAN_HPP_NAMESPACE::PhysicalDeviceMultiviewPerViewAttributesPropertiesNVX::operator== ( PhysicalDeviceMultiviewPerViewAttributesPropertiesNVX const &  rhs) const
inline

Definition at line 66886 of file vulkan.hpp.

66887  {
66888  return ( sType == rhs.sType )
66889  && ( pNext == rhs.pNext )
66890  && ( perViewPositionAllComponents == rhs.perViewPositionAllComponents );
66891  }

Field Documentation

◆ allowDuplicate

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

Definition at line 66843 of file vulkan.hpp.

◆ perViewPositionAllComponents

VULKAN_HPP_NAMESPACE::Bool32 VULKAN_HPP_NAMESPACE::PhysicalDeviceMultiviewPerViewAttributesPropertiesNVX::perViewPositionAllComponents = {}

Definition at line 66904 of file vulkan.hpp.

◆ pNext

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

Definition at line 66903 of file vulkan.hpp.

◆ structureType

VULKAN_HPP_CONST_OR_CONSTEXPR StructureType VULKAN_HPP_NAMESPACE::PhysicalDeviceMultiviewPerViewAttributesPropertiesNVX::structureType = StructureType::ePhysicalDeviceMultiviewPerViewAttributesPropertiesNVX
static

Definition at line 66844 of file vulkan.hpp.

◆ sType

const VULKAN_HPP_NAMESPACE::StructureType VULKAN_HPP_NAMESPACE::PhysicalDeviceMultiviewPerViewAttributesPropertiesNVX::sType = StructureType::ePhysicalDeviceMultiviewPerViewAttributesPropertiesNVX

Definition at line 66902 of file vulkan.hpp.


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