Vulkan-Hpp
vk::ExportMemoryAllocateInfo Struct Reference

#include <vulkan_structs.hpp>

Public Types

using NativeType = VkExportMemoryAllocateInfo
 

Public Member Functions

VULKAN_HPP_CONSTEXPR ExportMemoryAllocateInfo (vk::ExternalMemoryHandleTypeFlags handleTypes_={}, const void *pNext_=nullptr) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR ExportMemoryAllocateInfo (ExportMemoryAllocateInfo const &rhs) VULKAN_HPP_NOEXCEPT=default
 
 ExportMemoryAllocateInfo (VkExportMemoryAllocateInfo const &rhs) VULKAN_HPP_NOEXCEPT
 
ExportMemoryAllocateInfooperator= (ExportMemoryAllocateInfo const &rhs) VULKAN_HPP_NOEXCEPT=default
 
ExportMemoryAllocateInfooperator= (VkExportMemoryAllocateInfo const &rhs) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR_14 ExportMemoryAllocateInfosetPNext (const void *pNext_) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR_14 ExportMemoryAllocateInfosetHandleTypes (vk::ExternalMemoryHandleTypeFlags handleTypes_) VULKAN_HPP_NOEXCEPT
 
 operator VkExportMemoryAllocateInfo const & () const VULKAN_HPP_NOEXCEPT
 
 operator VkExportMemoryAllocateInfo & () VULKAN_HPP_NOEXCEPT
 
bool operator== (ExportMemoryAllocateInfo const &rhs) const VULKAN_HPP_NOEXCEPT
 
bool operator!= (ExportMemoryAllocateInfo const &rhs) const VULKAN_HPP_NOEXCEPT
 

Public Attributes

vk::StructureType sType = StructureType::eExportMemoryAllocateInfo
 
const void * pNext = {}
 
vk::ExternalMemoryHandleTypeFlags handleTypes = {}
 

Static Public Attributes

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

Detailed Description

Definition at line 34313 of file vulkan_structs.hpp.

Member Typedef Documentation

◆ NativeType

Constructor & Destructor Documentation

◆ ExportMemoryAllocateInfo() [1/3]

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

Definition at line 34321 of file vulkan_structs.hpp.

◆ ExportMemoryAllocateInfo() [2/3]

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

◆ ExportMemoryAllocateInfo() [3/3]

vk::ExportMemoryAllocateInfo::ExportMemoryAllocateInfo ( VkExportMemoryAllocateInfo const &  rhs)
inline

Definition at line 34330 of file vulkan_structs.hpp.

Member Function Documentation

◆ operator VkExportMemoryAllocateInfo &()

vk::ExportMemoryAllocateInfo::operator VkExportMemoryAllocateInfo & ( )
inline

Definition at line 34363 of file vulkan_structs.hpp.

◆ operator VkExportMemoryAllocateInfo const &()

vk::ExportMemoryAllocateInfo::operator VkExportMemoryAllocateInfo const & ( ) const
inline

Definition at line 34358 of file vulkan_structs.hpp.

◆ operator!=()

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

Definition at line 34392 of file vulkan_structs.hpp.

◆ operator=() [1/2]

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

◆ operator=() [2/2]

ExportMemoryAllocateInfo& vk::ExportMemoryAllocateInfo::operator= ( VkExportMemoryAllocateInfo const &  rhs)
inline

Definition at line 34338 of file vulkan_structs.hpp.

◆ operator==()

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

Definition at line 34383 of file vulkan_structs.hpp.

◆ setHandleTypes()

VULKAN_HPP_CONSTEXPR_14 ExportMemoryAllocateInfo& vk::ExportMemoryAllocateInfo::setHandleTypes ( vk::ExternalMemoryHandleTypeFlags  handleTypes_)
inline

Definition at line 34351 of file vulkan_structs.hpp.

◆ setPNext()

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

Definition at line 34345 of file vulkan_structs.hpp.

Member Data Documentation

◆ allowDuplicate

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

Definition at line 34317 of file vulkan_structs.hpp.

◆ handleTypes

vk::ExternalMemoryHandleTypeFlags vk::ExportMemoryAllocateInfo::handleTypes = {}

Definition at line 34401 of file vulkan_structs.hpp.

◆ pNext

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

Definition at line 34400 of file vulkan_structs.hpp.

◆ structureType

VULKAN_HPP_CONST_OR_CONSTEXPR StructureType vk::ExportMemoryAllocateInfo::structureType = StructureType::eExportMemoryAllocateInfo
static

Definition at line 34318 of file vulkan_structs.hpp.

◆ sType

vk::StructureType vk::ExportMemoryAllocateInfo::sType = StructureType::eExportMemoryAllocateInfo

Definition at line 34399 of file vulkan_structs.hpp.


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