SDL  2.0
VULKAN_HPP_NAMESPACE::PhysicalDeviceVulkanMemoryModelFeatures Struct Reference

#include <vulkan.hpp>

Public Member Functions

VULKAN_HPP_CONSTEXPR PhysicalDeviceVulkanMemoryModelFeatures (VULKAN_HPP_NAMESPACE::Bool32 vulkanMemoryModel_={}, VULKAN_HPP_NAMESPACE::Bool32 vulkanMemoryModelDeviceScope_={}, VULKAN_HPP_NAMESPACE::Bool32 vulkanMemoryModelAvailabilityVisibilityChains_={}) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR PhysicalDeviceVulkanMemoryModelFeatures (PhysicalDeviceVulkanMemoryModelFeatures const &rhs) VULKAN_HPP_NOEXCEPT=default
 
 PhysicalDeviceVulkanMemoryModelFeatures (VkPhysicalDeviceVulkanMemoryModelFeatures const &rhs) VULKAN_HPP_NOEXCEPT
 
PhysicalDeviceVulkanMemoryModelFeaturesoperator= (VkPhysicalDeviceVulkanMemoryModelFeatures const &rhs) VULKAN_HPP_NOEXCEPT
 
PhysicalDeviceVulkanMemoryModelFeaturesoperator= (PhysicalDeviceVulkanMemoryModelFeatures const &rhs) VULKAN_HPP_NOEXCEPT
 
PhysicalDeviceVulkanMemoryModelFeaturessetPNext (void *pNext_) VULKAN_HPP_NOEXCEPT
 
PhysicalDeviceVulkanMemoryModelFeaturessetVulkanMemoryModel (VULKAN_HPP_NAMESPACE::Bool32 vulkanMemoryModel_) VULKAN_HPP_NOEXCEPT
 
PhysicalDeviceVulkanMemoryModelFeaturessetVulkanMemoryModelDeviceScope (VULKAN_HPP_NAMESPACE::Bool32 vulkanMemoryModelDeviceScope_) VULKAN_HPP_NOEXCEPT
 
PhysicalDeviceVulkanMemoryModelFeaturessetVulkanMemoryModelAvailabilityVisibilityChains (VULKAN_HPP_NAMESPACE::Bool32 vulkanMemoryModelAvailabilityVisibilityChains_) VULKAN_HPP_NOEXCEPT
 
 operator VkPhysicalDeviceVulkanMemoryModelFeatures const & () const VULKAN_HPP_NOEXCEPT
 
 operator VkPhysicalDeviceVulkanMemoryModelFeatures & () VULKAN_HPP_NOEXCEPT
 
bool operator== (PhysicalDeviceVulkanMemoryModelFeatures const &rhs) const VULKAN_HPP_NOEXCEPT
 
bool operator!= (PhysicalDeviceVulkanMemoryModelFeatures const &rhs) const VULKAN_HPP_NOEXCEPT
 

Data Fields

const VULKAN_HPP_NAMESPACE::StructureType sType = StructureType::ePhysicalDeviceVulkanMemoryModelFeatures
 
voidpNext = {}
 
VULKAN_HPP_NAMESPACE::Bool32 vulkanMemoryModel = {}
 
VULKAN_HPP_NAMESPACE::Bool32 vulkanMemoryModelDeviceScope = {}
 
VULKAN_HPP_NAMESPACE::Bool32 vulkanMemoryModelAvailabilityVisibilityChains = {}
 

Static Public Attributes

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

Detailed Description

Definition at line 72864 of file vulkan.hpp.

Constructor & Destructor Documentation

◆ PhysicalDeviceVulkanMemoryModelFeatures() [1/3]

VULKAN_HPP_CONSTEXPR VULKAN_HPP_NAMESPACE::PhysicalDeviceVulkanMemoryModelFeatures::PhysicalDeviceVulkanMemoryModelFeatures ( VULKAN_HPP_NAMESPACE::Bool32  vulkanMemoryModel_ = {},
VULKAN_HPP_NAMESPACE::Bool32  vulkanMemoryModelDeviceScope_ = {},
VULKAN_HPP_NAMESPACE::Bool32  vulkanMemoryModelAvailabilityVisibilityChains_ = {} 
)
inline

Definition at line 72870 of file vulkan.hpp.

72870  {}, VULKAN_HPP_NAMESPACE::Bool32 vulkanMemoryModelDeviceScope_ = {}, VULKAN_HPP_NAMESPACE::Bool32 vulkanMemoryModelAvailabilityVisibilityChains_ = {}) VULKAN_HPP_NOEXCEPT
72871  : vulkanMemoryModel( vulkanMemoryModel_ ), vulkanMemoryModelDeviceScope( vulkanMemoryModelDeviceScope_ ), vulkanMemoryModelAvailabilityVisibilityChains( vulkanMemoryModelAvailabilityVisibilityChains_ )
72872  {}
VULKAN_HPP_NAMESPACE::Bool32 vulkanMemoryModelAvailabilityVisibilityChains
Definition: vulkan.hpp:72955
#define VULKAN_HPP_NOEXCEPT
Definition: vulkan.hpp:179

◆ PhysicalDeviceVulkanMemoryModelFeatures() [2/3]

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

◆ PhysicalDeviceVulkanMemoryModelFeatures() [3/3]

VULKAN_HPP_NAMESPACE::PhysicalDeviceVulkanMemoryModelFeatures::PhysicalDeviceVulkanMemoryModelFeatures ( VkPhysicalDeviceVulkanMemoryModelFeatures const &  rhs)
inline

Definition at line 72876 of file vulkan.hpp.

72877  {
72878  *this = rhs;
72879  }

Member Function Documentation

◆ operator VkPhysicalDeviceVulkanMemoryModelFeatures &()

VULKAN_HPP_NAMESPACE::PhysicalDeviceVulkanMemoryModelFeatures::operator VkPhysicalDeviceVulkanMemoryModelFeatures & ( )
inline

Definition at line 72924 of file vulkan.hpp.

72925  {
72926  return *reinterpret_cast<VkPhysicalDeviceVulkanMemoryModelFeatures*>( this );
72927  }

◆ operator VkPhysicalDeviceVulkanMemoryModelFeatures const &()

VULKAN_HPP_NAMESPACE::PhysicalDeviceVulkanMemoryModelFeatures::operator VkPhysicalDeviceVulkanMemoryModelFeatures const & ( ) const
inline

Definition at line 72919 of file vulkan.hpp.

72920  {
72921  return *reinterpret_cast<const VkPhysicalDeviceVulkanMemoryModelFeatures*>( this );
72922  }

◆ operator!=()

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

Definition at line 72942 of file vulkan.hpp.

72943  {
72944  return !operator==( rhs );
72945  }
bool operator==(PhysicalDeviceVulkanMemoryModelFeatures const &rhs) const VULKAN_HPP_NOEXCEPT
Definition: vulkan.hpp:72933

References VULKAN_HPP_NAMESPACE::operator==().

◆ operator=() [1/2]

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

Definition at line 72888 of file vulkan.hpp.

72889  {
72890  memcpy( static_cast<void *>( this ), &rhs, sizeof( PhysicalDeviceVulkanMemoryModelFeatures ) );
72891  return *this;
72892  }
#define memcpy
Definition: SDL_malloc.c:630
VULKAN_HPP_CONSTEXPR PhysicalDeviceVulkanMemoryModelFeatures(VULKAN_HPP_NAMESPACE::Bool32 vulkanMemoryModel_={}, VULKAN_HPP_NAMESPACE::Bool32 vulkanMemoryModelDeviceScope_={}, VULKAN_HPP_NAMESPACE::Bool32 vulkanMemoryModelAvailabilityVisibilityChains_={}) VULKAN_HPP_NOEXCEPT
Definition: vulkan.hpp:72870

References memcpy.

◆ operator=() [2/2]

PhysicalDeviceVulkanMemoryModelFeatures& VULKAN_HPP_NAMESPACE::PhysicalDeviceVulkanMemoryModelFeatures::operator= ( VkPhysicalDeviceVulkanMemoryModelFeatures const &  rhs)
inline

Definition at line 72882 of file vulkan.hpp.

72883  {
72884  *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::PhysicalDeviceVulkanMemoryModelFeatures const *>( &rhs );
72885  return *this;
72886  }

◆ operator==()

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

Definition at line 72933 of file vulkan.hpp.

72934  {
72935  return ( sType == rhs.sType )
72936  && ( pNext == rhs.pNext )
72937  && ( vulkanMemoryModel == rhs.vulkanMemoryModel )
72938  && ( vulkanMemoryModelDeviceScope == rhs.vulkanMemoryModelDeviceScope )
72939  && ( vulkanMemoryModelAvailabilityVisibilityChains == rhs.vulkanMemoryModelAvailabilityVisibilityChains );
72940  }
const VULKAN_HPP_NAMESPACE::StructureType sType
Definition: vulkan.hpp:72951

◆ setPNext()

PhysicalDeviceVulkanMemoryModelFeatures& VULKAN_HPP_NAMESPACE::PhysicalDeviceVulkanMemoryModelFeatures::setPNext ( void pNext_)
inline

Definition at line 72894 of file vulkan.hpp.

72895  {
72896  pNext = pNext_;
72897  return *this;
72898  }

◆ setVulkanMemoryModel()

PhysicalDeviceVulkanMemoryModelFeatures& VULKAN_HPP_NAMESPACE::PhysicalDeviceVulkanMemoryModelFeatures::setVulkanMemoryModel ( VULKAN_HPP_NAMESPACE::Bool32  vulkanMemoryModel_)
inline

Definition at line 72900 of file vulkan.hpp.

72901  {
72902  vulkanMemoryModel = vulkanMemoryModel_;
72903  return *this;
72904  }

◆ setVulkanMemoryModelAvailabilityVisibilityChains()

PhysicalDeviceVulkanMemoryModelFeatures& VULKAN_HPP_NAMESPACE::PhysicalDeviceVulkanMemoryModelFeatures::setVulkanMemoryModelAvailabilityVisibilityChains ( VULKAN_HPP_NAMESPACE::Bool32  vulkanMemoryModelAvailabilityVisibilityChains_)
inline

Definition at line 72912 of file vulkan.hpp.

72913  {
72914  vulkanMemoryModelAvailabilityVisibilityChains = vulkanMemoryModelAvailabilityVisibilityChains_;
72915  return *this;
72916  }

◆ setVulkanMemoryModelDeviceScope()

PhysicalDeviceVulkanMemoryModelFeatures& VULKAN_HPP_NAMESPACE::PhysicalDeviceVulkanMemoryModelFeatures::setVulkanMemoryModelDeviceScope ( VULKAN_HPP_NAMESPACE::Bool32  vulkanMemoryModelDeviceScope_)
inline

Definition at line 72906 of file vulkan.hpp.

72907  {
72908  vulkanMemoryModelDeviceScope = vulkanMemoryModelDeviceScope_;
72909  return *this;
72910  }

Field Documentation

◆ allowDuplicate

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

Definition at line 72866 of file vulkan.hpp.

◆ pNext

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

Definition at line 72952 of file vulkan.hpp.

◆ structureType

VULKAN_HPP_CONST_OR_CONSTEXPR StructureType VULKAN_HPP_NAMESPACE::PhysicalDeviceVulkanMemoryModelFeatures::structureType = StructureType::ePhysicalDeviceVulkanMemoryModelFeatures
static

Definition at line 72867 of file vulkan.hpp.

◆ sType

const VULKAN_HPP_NAMESPACE::StructureType VULKAN_HPP_NAMESPACE::PhysicalDeviceVulkanMemoryModelFeatures::sType = StructureType::ePhysicalDeviceVulkanMemoryModelFeatures

Definition at line 72951 of file vulkan.hpp.

◆ vulkanMemoryModel

VULKAN_HPP_NAMESPACE::Bool32 VULKAN_HPP_NAMESPACE::PhysicalDeviceVulkanMemoryModelFeatures::vulkanMemoryModel = {}

Definition at line 72953 of file vulkan.hpp.

◆ vulkanMemoryModelAvailabilityVisibilityChains

VULKAN_HPP_NAMESPACE::Bool32 VULKAN_HPP_NAMESPACE::PhysicalDeviceVulkanMemoryModelFeatures::vulkanMemoryModelAvailabilityVisibilityChains = {}

Definition at line 72955 of file vulkan.hpp.

◆ vulkanMemoryModelDeviceScope

VULKAN_HPP_NAMESPACE::Bool32 VULKAN_HPP_NAMESPACE::PhysicalDeviceVulkanMemoryModelFeatures::vulkanMemoryModelDeviceScope = {}

Definition at line 72954 of file vulkan.hpp.


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