HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
VULKAN_HPP_NAMESPACE::ExportMemoryAllocateInfo Struct Reference

#include <vulkan_structs.hpp>

Public Types

using NativeType = VkExportMemoryAllocateInfo
 

Public Member Functions

VULKAN_HPP_CONSTEXPR ExportMemoryAllocateInfo (VULKAN_HPP_NAMESPACE::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
ExportMemoryAllocateInfo
setPNext (const void *pNext_) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR_14
ExportMemoryAllocateInfo
setHandleTypes (VULKAN_HPP_NAMESPACE::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

VULKAN_HPP_NAMESPACE::StructureType sType = StructureType::eExportMemoryAllocateInfo
 
const voidpNext = {}
 
VULKAN_HPP_NAMESPACE::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 30329 of file vulkan_structs.hpp.

Member Typedef Documentation

Constructor & Destructor Documentation

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

Definition at line 30337 of file vulkan_structs.hpp.

VULKAN_HPP_CONSTEXPR VULKAN_HPP_NAMESPACE::ExportMemoryAllocateInfo::ExportMemoryAllocateInfo ( ExportMemoryAllocateInfo const rhs)
default
VULKAN_HPP_NAMESPACE::ExportMemoryAllocateInfo::ExportMemoryAllocateInfo ( VkExportMemoryAllocateInfo const rhs)
inline

Definition at line 30346 of file vulkan_structs.hpp.

Member Function Documentation

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

Definition at line 30379 of file vulkan_structs.hpp.

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

Definition at line 30374 of file vulkan_structs.hpp.

ExportMemoryAllocateInfo& VULKAN_HPP_NAMESPACE::ExportMemoryAllocateInfo::operator= ( ExportMemoryAllocateInfo const rhs)
default
ExportMemoryAllocateInfo& VULKAN_HPP_NAMESPACE::ExportMemoryAllocateInfo::operator= ( VkExportMemoryAllocateInfo const rhs)
inline

Definition at line 30354 of file vulkan_structs.hpp.

bool VULKAN_HPP_NAMESPACE::ExportMemoryAllocateInfo::operator== ( ExportMemoryAllocateInfo const rhs) const
inline

Definition at line 30399 of file vulkan_structs.hpp.

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

Definition at line 30367 of file vulkan_structs.hpp.

VULKAN_HPP_CONSTEXPR_14 ExportMemoryAllocateInfo& VULKAN_HPP_NAMESPACE::ExportMemoryAllocateInfo::setPNext ( const void pNext_)
inline

Definition at line 30361 of file vulkan_structs.hpp.

Member Data Documentation

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

Definition at line 30333 of file vulkan_structs.hpp.

VULKAN_HPP_NAMESPACE::ExternalMemoryHandleTypeFlags VULKAN_HPP_NAMESPACE::ExportMemoryAllocateInfo::handleTypes = {}

Definition at line 30417 of file vulkan_structs.hpp.

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

Definition at line 30416 of file vulkan_structs.hpp.

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

Definition at line 30334 of file vulkan_structs.hpp.

VULKAN_HPP_NAMESPACE::StructureType VULKAN_HPP_NAMESPACE::ExportMemoryAllocateInfo::sType = StructureType::eExportMemoryAllocateInfo

Definition at line 30415 of file vulkan_structs.hpp.


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