SDL 2.0
|
#include <vulkan.hpp>
Public Member Functions | |
ExportMemoryAllocateInfo (ExternalMemoryHandleTypeFlags handleTypes_=ExternalMemoryHandleTypeFlags()) | |
ExportMemoryAllocateInfo (VkExportMemoryAllocateInfo const &rhs) | |
ExportMemoryAllocateInfo & | operator= (VkExportMemoryAllocateInfo const &rhs) |
ExportMemoryAllocateInfo & | setPNext (const void *pNext_) |
ExportMemoryAllocateInfo & | setHandleTypes (ExternalMemoryHandleTypeFlags handleTypes_) |
operator VkExportMemoryAllocateInfo const & () const | |
operator VkExportMemoryAllocateInfo & () | |
bool | operator== (ExportMemoryAllocateInfo const &rhs) const |
bool | operator!= (ExportMemoryAllocateInfo const &rhs) const |
Data Fields | |
const void * | pNext = nullptr |
ExternalMemoryHandleTypeFlags | handleTypes |
Private Attributes | |
StructureType | sType = StructureType::eExportMemoryAllocateInfo |
Definition at line 31847 of file vulkan.hpp.
|
inline |
Definition at line 31849 of file vulkan.hpp.
|
inline |
Definition at line 31854 of file vulkan.hpp.
References memcpy.
|
inline |
Definition at line 31881 of file vulkan.hpp.
|
inline |
Definition at line 31876 of file vulkan.hpp.
|
inline |
Definition at line 31893 of file vulkan.hpp.
References operator==().
|
inline |
Definition at line 31859 of file vulkan.hpp.
References memcpy.
|
inline |
Definition at line 31886 of file vulkan.hpp.
References handleTypes, pNext, and sType.
Referenced by operator!=().
|
inline |
Definition at line 31870 of file vulkan.hpp.
References handleTypes.
|
inline |
Definition at line 31864 of file vulkan.hpp.
References pNext.
ExternalMemoryHandleTypeFlags VULKAN_HPP_NAMESPACE::ExportMemoryAllocateInfo::handleTypes |
Definition at line 31903 of file vulkan.hpp.
Referenced by operator==(), and setHandleTypes().
const void* VULKAN_HPP_NAMESPACE::ExportMemoryAllocateInfo::pNext = nullptr |
Definition at line 31902 of file vulkan.hpp.
Referenced by operator==(), and setPNext().
|
private |
Definition at line 31899 of file vulkan.hpp.
Referenced by operator==().