SDL  2.0
VULKAN_HPP_NAMESPACE::PhysicalDeviceExternalMemoryHostPropertiesEXT Struct Reference

#include <vulkan.hpp>

Public Member Functions

VULKAN_HPP_CONSTEXPR PhysicalDeviceExternalMemoryHostPropertiesEXT (VULKAN_HPP_NAMESPACE::DeviceSize minImportedHostPointerAlignment_={}) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR PhysicalDeviceExternalMemoryHostPropertiesEXT (PhysicalDeviceExternalMemoryHostPropertiesEXT const &rhs) VULKAN_HPP_NOEXCEPT=default
 
 PhysicalDeviceExternalMemoryHostPropertiesEXT (VkPhysicalDeviceExternalMemoryHostPropertiesEXT const &rhs) VULKAN_HPP_NOEXCEPT
 
PhysicalDeviceExternalMemoryHostPropertiesEXToperator= (VkPhysicalDeviceExternalMemoryHostPropertiesEXT const &rhs) VULKAN_HPP_NOEXCEPT
 
PhysicalDeviceExternalMemoryHostPropertiesEXToperator= (PhysicalDeviceExternalMemoryHostPropertiesEXT const &rhs) VULKAN_HPP_NOEXCEPT
 
 operator VkPhysicalDeviceExternalMemoryHostPropertiesEXT const & () const VULKAN_HPP_NOEXCEPT
 
 operator VkPhysicalDeviceExternalMemoryHostPropertiesEXT & () VULKAN_HPP_NOEXCEPT
 
bool operator== (PhysicalDeviceExternalMemoryHostPropertiesEXT const &rhs) const VULKAN_HPP_NOEXCEPT
 
bool operator!= (PhysicalDeviceExternalMemoryHostPropertiesEXT const &rhs) const VULKAN_HPP_NOEXCEPT
 

Data Fields

const VULKAN_HPP_NAMESPACE::StructureType sType = StructureType::ePhysicalDeviceExternalMemoryHostPropertiesEXT
 
voidpNext = {}
 
VULKAN_HPP_NAMESPACE::DeviceSize minImportedHostPointerAlignment = {}
 

Static Public Attributes

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

Detailed Description

Definition at line 64261 of file vulkan.hpp.

Constructor & Destructor Documentation

◆ PhysicalDeviceExternalMemoryHostPropertiesEXT() [1/3]

VULKAN_HPP_CONSTEXPR VULKAN_HPP_NAMESPACE::PhysicalDeviceExternalMemoryHostPropertiesEXT::PhysicalDeviceExternalMemoryHostPropertiesEXT ( VULKAN_HPP_NAMESPACE::DeviceSize  minImportedHostPointerAlignment_ = {})
inline

Definition at line 64267 of file vulkan.hpp.

64268  : minImportedHostPointerAlignment( minImportedHostPointerAlignment_ )
64269  {}
#define VULKAN_HPP_NOEXCEPT
Definition: vulkan.hpp:179

◆ PhysicalDeviceExternalMemoryHostPropertiesEXT() [2/3]

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

◆ PhysicalDeviceExternalMemoryHostPropertiesEXT() [3/3]

VULKAN_HPP_NAMESPACE::PhysicalDeviceExternalMemoryHostPropertiesEXT::PhysicalDeviceExternalMemoryHostPropertiesEXT ( VkPhysicalDeviceExternalMemoryHostPropertiesEXT const &  rhs)
inline

Definition at line 64273 of file vulkan.hpp.

64274  {
64275  *this = rhs;
64276  }

Member Function Documentation

◆ operator VkPhysicalDeviceExternalMemoryHostPropertiesEXT &()

VULKAN_HPP_NAMESPACE::PhysicalDeviceExternalMemoryHostPropertiesEXT::operator VkPhysicalDeviceExternalMemoryHostPropertiesEXT & ( )
inline

Definition at line 64297 of file vulkan.hpp.

64298  {
64299  return *reinterpret_cast<VkPhysicalDeviceExternalMemoryHostPropertiesEXT*>( this );
64300  }

◆ operator VkPhysicalDeviceExternalMemoryHostPropertiesEXT const &()

VULKAN_HPP_NAMESPACE::PhysicalDeviceExternalMemoryHostPropertiesEXT::operator VkPhysicalDeviceExternalMemoryHostPropertiesEXT const & ( ) const
inline

Definition at line 64292 of file vulkan.hpp.

64293  {
64294  return *reinterpret_cast<const VkPhysicalDeviceExternalMemoryHostPropertiesEXT*>( this );
64295  }

◆ operator!=()

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

Definition at line 64313 of file vulkan.hpp.

64314  {
64315  return !operator==( rhs );
64316  }
bool operator==(PhysicalDeviceExternalMemoryHostPropertiesEXT const &rhs) const VULKAN_HPP_NOEXCEPT
Definition: vulkan.hpp:64306

References VULKAN_HPP_NAMESPACE::operator==().

◆ operator=() [1/2]

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

Definition at line 64285 of file vulkan.hpp.

64286  {
64287  memcpy( static_cast<void *>( this ), &rhs, sizeof( PhysicalDeviceExternalMemoryHostPropertiesEXT ) );
64288  return *this;
64289  }
#define memcpy
Definition: SDL_malloc.c:630
VULKAN_HPP_CONSTEXPR PhysicalDeviceExternalMemoryHostPropertiesEXT(VULKAN_HPP_NAMESPACE::DeviceSize minImportedHostPointerAlignment_={}) VULKAN_HPP_NOEXCEPT
Definition: vulkan.hpp:64267

References memcpy.

◆ operator=() [2/2]

PhysicalDeviceExternalMemoryHostPropertiesEXT& VULKAN_HPP_NAMESPACE::PhysicalDeviceExternalMemoryHostPropertiesEXT::operator= ( VkPhysicalDeviceExternalMemoryHostPropertiesEXT const &  rhs)
inline

Definition at line 64279 of file vulkan.hpp.

64280  {
64281  *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::PhysicalDeviceExternalMemoryHostPropertiesEXT const *>( &rhs );
64282  return *this;
64283  }

◆ operator==()

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

Definition at line 64306 of file vulkan.hpp.

64307  {
64308  return ( sType == rhs.sType )
64309  && ( pNext == rhs.pNext )
64310  && ( minImportedHostPointerAlignment == rhs.minImportedHostPointerAlignment );
64311  }

Field Documentation

◆ allowDuplicate

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

Definition at line 64263 of file vulkan.hpp.

◆ minImportedHostPointerAlignment

VULKAN_HPP_NAMESPACE::DeviceSize VULKAN_HPP_NAMESPACE::PhysicalDeviceExternalMemoryHostPropertiesEXT::minImportedHostPointerAlignment = {}

Definition at line 64324 of file vulkan.hpp.

◆ pNext

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

Definition at line 64323 of file vulkan.hpp.

◆ structureType

VULKAN_HPP_CONST_OR_CONSTEXPR StructureType VULKAN_HPP_NAMESPACE::PhysicalDeviceExternalMemoryHostPropertiesEXT::structureType = StructureType::ePhysicalDeviceExternalMemoryHostPropertiesEXT
static

Definition at line 64264 of file vulkan.hpp.

◆ sType

const VULKAN_HPP_NAMESPACE::StructureType VULKAN_HPP_NAMESPACE::PhysicalDeviceExternalMemoryHostPropertiesEXT::sType = StructureType::ePhysicalDeviceExternalMemoryHostPropertiesEXT

Definition at line 64322 of file vulkan.hpp.


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