Vulkan-Hpp
vk::ImportMemoryHostPointerInfoEXT Struct Reference

#include <vulkan_structs.hpp>

Public Types

using NativeType = VkImportMemoryHostPointerInfoEXT
 

Public Member Functions

VULKAN_HPP_CONSTEXPR ImportMemoryHostPointerInfoEXT (vk::ExternalMemoryHandleTypeFlagBits handleType_=vk::ExternalMemoryHandleTypeFlagBits::eOpaqueFd, void *pHostPointer_={}, const void *pNext_=nullptr) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR ImportMemoryHostPointerInfoEXT (ImportMemoryHostPointerInfoEXT const &rhs) VULKAN_HPP_NOEXCEPT=default
 
 ImportMemoryHostPointerInfoEXT (VkImportMemoryHostPointerInfoEXT const &rhs) VULKAN_HPP_NOEXCEPT
 
ImportMemoryHostPointerInfoEXToperator= (ImportMemoryHostPointerInfoEXT const &rhs) VULKAN_HPP_NOEXCEPT=default
 
ImportMemoryHostPointerInfoEXToperator= (VkImportMemoryHostPointerInfoEXT const &rhs) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR_14 ImportMemoryHostPointerInfoEXTsetPNext (const void *pNext_) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR_14 ImportMemoryHostPointerInfoEXTsetHandleType (vk::ExternalMemoryHandleTypeFlagBits handleType_) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR_14 ImportMemoryHostPointerInfoEXTsetPHostPointer (void *pHostPointer_) VULKAN_HPP_NOEXCEPT
 
 operator VkImportMemoryHostPointerInfoEXT const & () const VULKAN_HPP_NOEXCEPT
 
 operator VkImportMemoryHostPointerInfoEXT & () VULKAN_HPP_NOEXCEPT
 
bool operator== (ImportMemoryHostPointerInfoEXT const &rhs) const VULKAN_HPP_NOEXCEPT
 
bool operator!= (ImportMemoryHostPointerInfoEXT const &rhs) const VULKAN_HPP_NOEXCEPT
 

Public Attributes

vk::StructureType sType = StructureType::eImportMemoryHostPointerInfoEXT
 
const void * pNext = {}
 
vk::ExternalMemoryHandleTypeFlagBits handleType = vk::ExternalMemoryHandleTypeFlagBits::eOpaqueFd
 
void * pHostPointer = {}
 

Static Public Attributes

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

Detailed Description

Definition at line 47184 of file vulkan_structs.hpp.

Member Typedef Documentation

◆ NativeType

Constructor & Destructor Documentation

◆ ImportMemoryHostPointerInfoEXT() [1/3]

VULKAN_HPP_CONSTEXPR vk::ImportMemoryHostPointerInfoEXT::ImportMemoryHostPointerInfoEXT ( vk::ExternalMemoryHandleTypeFlagBits  handleType_ = vk::ExternalMemoryHandleTypeFlagBits::eOpaqueFd,
void *  pHostPointer_ = {},
const void *  pNext_ = nullptr 
)
inline

Definition at line 47192 of file vulkan_structs.hpp.

◆ ImportMemoryHostPointerInfoEXT() [2/3]

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

◆ ImportMemoryHostPointerInfoEXT() [3/3]

vk::ImportMemoryHostPointerInfoEXT::ImportMemoryHostPointerInfoEXT ( VkImportMemoryHostPointerInfoEXT const &  rhs)
inline

Definition at line 47204 of file vulkan_structs.hpp.

Member Function Documentation

◆ operator VkImportMemoryHostPointerInfoEXT &()

vk::ImportMemoryHostPointerInfoEXT::operator VkImportMemoryHostPointerInfoEXT & ( )
inline

Definition at line 47244 of file vulkan_structs.hpp.

◆ operator VkImportMemoryHostPointerInfoEXT const &()

vk::ImportMemoryHostPointerInfoEXT::operator VkImportMemoryHostPointerInfoEXT const & ( ) const
inline

Definition at line 47239 of file vulkan_structs.hpp.

◆ operator!=()

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

Definition at line 47274 of file vulkan_structs.hpp.

◆ operator=() [1/2]

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

◆ operator=() [2/2]

ImportMemoryHostPointerInfoEXT& vk::ImportMemoryHostPointerInfoEXT::operator= ( VkImportMemoryHostPointerInfoEXT const &  rhs)
inline

Definition at line 47212 of file vulkan_structs.hpp.

◆ operator==()

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

Definition at line 47265 of file vulkan_structs.hpp.

◆ setHandleType()

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

Definition at line 47226 of file vulkan_structs.hpp.

◆ setPHostPointer()

VULKAN_HPP_CONSTEXPR_14 ImportMemoryHostPointerInfoEXT& vk::ImportMemoryHostPointerInfoEXT::setPHostPointer ( void *  pHostPointer_)
inline

Definition at line 47232 of file vulkan_structs.hpp.

◆ setPNext()

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

Definition at line 47219 of file vulkan_structs.hpp.

Member Data Documentation

◆ allowDuplicate

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

Definition at line 47188 of file vulkan_structs.hpp.

◆ handleType

Definition at line 47283 of file vulkan_structs.hpp.

◆ pHostPointer

void* vk::ImportMemoryHostPointerInfoEXT::pHostPointer = {}

Definition at line 47284 of file vulkan_structs.hpp.

◆ pNext

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

Definition at line 47282 of file vulkan_structs.hpp.

◆ structureType

VULKAN_HPP_CONST_OR_CONSTEXPR StructureType vk::ImportMemoryHostPointerInfoEXT::structureType = StructureType::eImportMemoryHostPointerInfoEXT
static

Definition at line 47189 of file vulkan_structs.hpp.

◆ sType

vk::StructureType vk::ImportMemoryHostPointerInfoEXT::sType = StructureType::eImportMemoryHostPointerInfoEXT

Definition at line 47281 of file vulkan_structs.hpp.


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