Vulkan-Hpp
vk::MemoryGetRemoteAddressInfoNV Struct Reference

#include <vulkan_structs.hpp>

Public Types

using NativeType = VkMemoryGetRemoteAddressInfoNV
 

Public Member Functions

VULKAN_HPP_CONSTEXPR MemoryGetRemoteAddressInfoNV (vk::DeviceMemory memory_={}, vk::ExternalMemoryHandleTypeFlagBits handleType_=vk::ExternalMemoryHandleTypeFlagBits::eOpaqueFd, const void *pNext_=nullptr) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR MemoryGetRemoteAddressInfoNV (MemoryGetRemoteAddressInfoNV const &rhs) VULKAN_HPP_NOEXCEPT=default
 
 MemoryGetRemoteAddressInfoNV (VkMemoryGetRemoteAddressInfoNV const &rhs) VULKAN_HPP_NOEXCEPT
 
MemoryGetRemoteAddressInfoNVoperator= (MemoryGetRemoteAddressInfoNV const &rhs) VULKAN_HPP_NOEXCEPT=default
 
MemoryGetRemoteAddressInfoNVoperator= (VkMemoryGetRemoteAddressInfoNV const &rhs) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR_14 MemoryGetRemoteAddressInfoNVsetPNext (const void *pNext_) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR_14 MemoryGetRemoteAddressInfoNVsetMemory (vk::DeviceMemory memory_) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR_14 MemoryGetRemoteAddressInfoNVsetHandleType (vk::ExternalMemoryHandleTypeFlagBits handleType_) VULKAN_HPP_NOEXCEPT
 
 operator VkMemoryGetRemoteAddressInfoNV const & () const VULKAN_HPP_NOEXCEPT
 
 operator VkMemoryGetRemoteAddressInfoNV & () VULKAN_HPP_NOEXCEPT
 
bool operator== (MemoryGetRemoteAddressInfoNV const &rhs) const VULKAN_HPP_NOEXCEPT
 
bool operator!= (MemoryGetRemoteAddressInfoNV const &rhs) const VULKAN_HPP_NOEXCEPT
 

Public Attributes

vk::StructureType sType = StructureType::eMemoryGetRemoteAddressInfoNV
 
const void * pNext = {}
 
vk::DeviceMemory memory = {}
 
vk::ExternalMemoryHandleTypeFlagBits handleType = vk::ExternalMemoryHandleTypeFlagBits::eOpaqueFd
 

Static Public Attributes

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

Detailed Description

Definition at line 51297 of file vulkan_structs.hpp.

Member Typedef Documentation

◆ NativeType

Constructor & Destructor Documentation

◆ MemoryGetRemoteAddressInfoNV() [1/3]

VULKAN_HPP_CONSTEXPR vk::MemoryGetRemoteAddressInfoNV::MemoryGetRemoteAddressInfoNV ( vk::DeviceMemory  memory_ = {},
vk::ExternalMemoryHandleTypeFlagBits  handleType_ = vk::ExternalMemoryHandleTypeFlagBits::eOpaqueFd,
const void *  pNext_ = nullptr 
)
inline

Definition at line 51305 of file vulkan_structs.hpp.

◆ MemoryGetRemoteAddressInfoNV() [2/3]

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

◆ MemoryGetRemoteAddressInfoNV() [3/3]

vk::MemoryGetRemoteAddressInfoNV::MemoryGetRemoteAddressInfoNV ( VkMemoryGetRemoteAddressInfoNV const &  rhs)
inline

Definition at line 51317 of file vulkan_structs.hpp.

Member Function Documentation

◆ operator VkMemoryGetRemoteAddressInfoNV &()

vk::MemoryGetRemoteAddressInfoNV::operator VkMemoryGetRemoteAddressInfoNV & ( )
inline

Definition at line 51357 of file vulkan_structs.hpp.

◆ operator VkMemoryGetRemoteAddressInfoNV const &()

vk::MemoryGetRemoteAddressInfoNV::operator VkMemoryGetRemoteAddressInfoNV const & ( ) const
inline

Definition at line 51352 of file vulkan_structs.hpp.

◆ operator!=()

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

Definition at line 51389 of file vulkan_structs.hpp.

◆ operator=() [1/2]

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

◆ operator=() [2/2]

MemoryGetRemoteAddressInfoNV& vk::MemoryGetRemoteAddressInfoNV::operator= ( VkMemoryGetRemoteAddressInfoNV const &  rhs)
inline

Definition at line 51325 of file vulkan_structs.hpp.

◆ operator==()

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

Definition at line 51380 of file vulkan_structs.hpp.

◆ setHandleType()

VULKAN_HPP_CONSTEXPR_14 MemoryGetRemoteAddressInfoNV& vk::MemoryGetRemoteAddressInfoNV::setHandleType ( vk::ExternalMemoryHandleTypeFlagBits  handleType_)
inline

Definition at line 51345 of file vulkan_structs.hpp.

◆ setMemory()

VULKAN_HPP_CONSTEXPR_14 MemoryGetRemoteAddressInfoNV& vk::MemoryGetRemoteAddressInfoNV::setMemory ( vk::DeviceMemory  memory_)
inline

Definition at line 51338 of file vulkan_structs.hpp.

◆ setPNext()

VULKAN_HPP_CONSTEXPR_14 MemoryGetRemoteAddressInfoNV& vk::MemoryGetRemoteAddressInfoNV::setPNext ( const void *  pNext_)
inline

Definition at line 51332 of file vulkan_structs.hpp.

Member Data Documentation

◆ allowDuplicate

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

Definition at line 51301 of file vulkan_structs.hpp.

◆ handleType

Definition at line 51399 of file vulkan_structs.hpp.

◆ memory

vk::DeviceMemory vk::MemoryGetRemoteAddressInfoNV::memory = {}

Definition at line 51398 of file vulkan_structs.hpp.

◆ pNext

const void* vk::MemoryGetRemoteAddressInfoNV::pNext = {}

Definition at line 51397 of file vulkan_structs.hpp.

◆ structureType

VULKAN_HPP_CONST_OR_CONSTEXPR StructureType vk::MemoryGetRemoteAddressInfoNV::structureType = StructureType::eMemoryGetRemoteAddressInfoNV
static

Definition at line 51302 of file vulkan_structs.hpp.

◆ sType

vk::StructureType vk::MemoryGetRemoteAddressInfoNV::sType = StructureType::eMemoryGetRemoteAddressInfoNV

Definition at line 51396 of file vulkan_structs.hpp.


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