RetroArch
Public Member Functions | Public Attributes | Private Attributes | List of all members
VULKAN_HPP_NAMESPACE::ExportMemoryAllocateInfo Struct Reference

#include <vulkan.hpp>

Collaboration diagram for VULKAN_HPP_NAMESPACE::ExportMemoryAllocateInfo:
[legend]

Public Member Functions

 ExportMemoryAllocateInfo (ExternalMemoryHandleTypeFlags handleTypes_=ExternalMemoryHandleTypeFlags())
 
 ExportMemoryAllocateInfo (VkExportMemoryAllocateInfo const &rhs)
 
ExportMemoryAllocateInfooperator= (VkExportMemoryAllocateInfo const &rhs)
 
ExportMemoryAllocateInfosetPNext (const void *pNext_)
 
ExportMemoryAllocateInfosetHandleTypes (ExternalMemoryHandleTypeFlags handleTypes_)
 
 operator const VkExportMemoryAllocateInfo & () const
 
bool operator== (ExportMemoryAllocateInfo const &rhs) const
 
bool operator!= (ExportMemoryAllocateInfo const &rhs) const
 

Public Attributes

const voidpNext = nullptr
 
ExternalMemoryHandleTypeFlags handleTypes
 

Private Attributes

StructureType sType = StructureType::eExportMemoryAllocateInfo
 

Constructor & Destructor Documentation

◆ ExportMemoryAllocateInfo() [1/2]

VULKAN_HPP_NAMESPACE::ExportMemoryAllocateInfo::ExportMemoryAllocateInfo ( ExternalMemoryHandleTypeFlags  handleTypes_ = ExternalMemoryHandleTypeFlags())
inline

◆ ExportMemoryAllocateInfo() [2/2]

VULKAN_HPP_NAMESPACE::ExportMemoryAllocateInfo::ExportMemoryAllocateInfo ( VkExportMemoryAllocateInfo const rhs)
inline
Here is the call graph for this function:

Member Function Documentation

◆ operator const VkExportMemoryAllocateInfo &()

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

◆ operator!=()

bool VULKAN_HPP_NAMESPACE::ExportMemoryAllocateInfo::operator!= ( ExportMemoryAllocateInfo const rhs) const
inline
Here is the call graph for this function:

◆ operator=()

ExportMemoryAllocateInfo& VULKAN_HPP_NAMESPACE::ExportMemoryAllocateInfo::operator= ( VkExportMemoryAllocateInfo const rhs)
inline
Here is the call graph for this function:

◆ operator==()

bool VULKAN_HPP_NAMESPACE::ExportMemoryAllocateInfo::operator== ( ExportMemoryAllocateInfo const rhs) const
inline
Here is the caller graph for this function:

◆ setHandleTypes()

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

◆ setPNext()

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

Member Data Documentation

◆ handleTypes

ExternalMemoryHandleTypeFlags VULKAN_HPP_NAMESPACE::ExportMemoryAllocateInfo::handleTypes

◆ pNext

const void* VULKAN_HPP_NAMESPACE::ExportMemoryAllocateInfo::pNext = nullptr

◆ sType

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

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