Vulkan-Hpp
vk::ExportMemoryAllocateInfoNV Struct Reference

#include <vulkan_structs.hpp>

Public Types

using NativeType = VkExportMemoryAllocateInfoNV
 

Public Member Functions

VULKAN_HPP_CONSTEXPR ExportMemoryAllocateInfoNV (vk::ExternalMemoryHandleTypeFlagsNV handleTypes_={}, const void *pNext_=nullptr) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR ExportMemoryAllocateInfoNV (ExportMemoryAllocateInfoNV const &rhs) VULKAN_HPP_NOEXCEPT=default
 
 ExportMemoryAllocateInfoNV (VkExportMemoryAllocateInfoNV const &rhs) VULKAN_HPP_NOEXCEPT
 
ExportMemoryAllocateInfoNVoperator= (ExportMemoryAllocateInfoNV const &rhs) VULKAN_HPP_NOEXCEPT=default
 
ExportMemoryAllocateInfoNVoperator= (VkExportMemoryAllocateInfoNV const &rhs) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR_14 ExportMemoryAllocateInfoNVsetPNext (const void *pNext_) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR_14 ExportMemoryAllocateInfoNVsetHandleTypes (vk::ExternalMemoryHandleTypeFlagsNV handleTypes_) VULKAN_HPP_NOEXCEPT
 
 operator VkExportMemoryAllocateInfoNV const & () const VULKAN_HPP_NOEXCEPT
 
 operator VkExportMemoryAllocateInfoNV & () VULKAN_HPP_NOEXCEPT
 
bool operator== (ExportMemoryAllocateInfoNV const &rhs) const VULKAN_HPP_NOEXCEPT
 
bool operator!= (ExportMemoryAllocateInfoNV const &rhs) const VULKAN_HPP_NOEXCEPT
 

Public Attributes

vk::StructureType sType = StructureType::eExportMemoryAllocateInfoNV
 
const void * pNext = {}
 
vk::ExternalMemoryHandleTypeFlagsNV handleTypes = {}
 

Static Public Attributes

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

Detailed Description

Definition at line 34412 of file vulkan_structs.hpp.

Member Typedef Documentation

◆ NativeType

Constructor & Destructor Documentation

◆ ExportMemoryAllocateInfoNV() [1/3]

VULKAN_HPP_CONSTEXPR vk::ExportMemoryAllocateInfoNV::ExportMemoryAllocateInfoNV ( vk::ExternalMemoryHandleTypeFlagsNV  handleTypes_ = {},
const void *  pNext_ = nullptr 
)
inline

Definition at line 34420 of file vulkan_structs.hpp.

◆ ExportMemoryAllocateInfoNV() [2/3]

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

◆ ExportMemoryAllocateInfoNV() [3/3]

vk::ExportMemoryAllocateInfoNV::ExportMemoryAllocateInfoNV ( VkExportMemoryAllocateInfoNV const &  rhs)
inline

Definition at line 34429 of file vulkan_structs.hpp.

Member Function Documentation

◆ operator VkExportMemoryAllocateInfoNV &()

vk::ExportMemoryAllocateInfoNV::operator VkExportMemoryAllocateInfoNV & ( )
inline

Definition at line 34463 of file vulkan_structs.hpp.

◆ operator VkExportMemoryAllocateInfoNV const &()

vk::ExportMemoryAllocateInfoNV::operator VkExportMemoryAllocateInfoNV const & ( ) const
inline

Definition at line 34458 of file vulkan_structs.hpp.

◆ operator!=()

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

Definition at line 34492 of file vulkan_structs.hpp.

◆ operator=() [1/2]

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

◆ operator=() [2/2]

ExportMemoryAllocateInfoNV& vk::ExportMemoryAllocateInfoNV::operator= ( VkExportMemoryAllocateInfoNV const &  rhs)
inline

Definition at line 34437 of file vulkan_structs.hpp.

◆ operator==()

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

Definition at line 34483 of file vulkan_structs.hpp.

◆ setHandleTypes()

VULKAN_HPP_CONSTEXPR_14 ExportMemoryAllocateInfoNV& vk::ExportMemoryAllocateInfoNV::setHandleTypes ( vk::ExternalMemoryHandleTypeFlagsNV  handleTypes_)
inline

Definition at line 34451 of file vulkan_structs.hpp.

◆ setPNext()

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

Definition at line 34444 of file vulkan_structs.hpp.

Member Data Documentation

◆ allowDuplicate

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

Definition at line 34416 of file vulkan_structs.hpp.

◆ handleTypes

vk::ExternalMemoryHandleTypeFlagsNV vk::ExportMemoryAllocateInfoNV::handleTypes = {}

Definition at line 34501 of file vulkan_structs.hpp.

◆ pNext

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

Definition at line 34500 of file vulkan_structs.hpp.

◆ structureType

VULKAN_HPP_CONST_OR_CONSTEXPR StructureType vk::ExportMemoryAllocateInfoNV::structureType = StructureType::eExportMemoryAllocateInfoNV
static

Definition at line 34417 of file vulkan_structs.hpp.

◆ sType

vk::StructureType vk::ExportMemoryAllocateInfoNV::sType = StructureType::eExportMemoryAllocateInfoNV

Definition at line 34499 of file vulkan_structs.hpp.


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