SDL 2.0
|
#include <vulkan.hpp>
Public Member Functions | |
ExportMemoryAllocateInfoNV (ExternalMemoryHandleTypeFlagsNV handleTypes_=ExternalMemoryHandleTypeFlagsNV()) | |
ExportMemoryAllocateInfoNV (VkExportMemoryAllocateInfoNV const &rhs) | |
ExportMemoryAllocateInfoNV & | operator= (VkExportMemoryAllocateInfoNV const &rhs) |
ExportMemoryAllocateInfoNV & | setPNext (const void *pNext_) |
ExportMemoryAllocateInfoNV & | setHandleTypes (ExternalMemoryHandleTypeFlagsNV handleTypes_) |
operator VkExportMemoryAllocateInfoNV const & () const | |
operator VkExportMemoryAllocateInfoNV & () | |
bool | operator== (ExportMemoryAllocateInfoNV const &rhs) const |
bool | operator!= (ExportMemoryAllocateInfoNV const &rhs) const |
Data Fields | |
const void * | pNext = nullptr |
ExternalMemoryHandleTypeFlagsNV | handleTypes |
Private Attributes | |
StructureType | sType = StructureType::eExportMemoryAllocateInfoNV |
Definition at line 30178 of file vulkan.hpp.
|
inline |
Definition at line 30180 of file vulkan.hpp.
|
inline |
Definition at line 30185 of file vulkan.hpp.
References memcpy.
|
inline |
Definition at line 30212 of file vulkan.hpp.
|
inline |
Definition at line 30207 of file vulkan.hpp.
|
inline |
Definition at line 30224 of file vulkan.hpp.
References operator==().
|
inline |
|
inline |
Definition at line 30217 of file vulkan.hpp.
References handleTypes, pNext, and sType.
Referenced by operator!=().
|
inline |
Definition at line 30201 of file vulkan.hpp.
References handleTypes.
|
inline |
Definition at line 30195 of file vulkan.hpp.
References pNext.
ExternalMemoryHandleTypeFlagsNV VULKAN_HPP_NAMESPACE::ExportMemoryAllocateInfoNV::handleTypes |
Definition at line 30234 of file vulkan.hpp.
Referenced by operator==(), and setHandleTypes().
const void* VULKAN_HPP_NAMESPACE::ExportMemoryAllocateInfoNV::pNext = nullptr |
Definition at line 30233 of file vulkan.hpp.
Referenced by operator==(), and setPNext().
|
private |
Definition at line 30230 of file vulkan.hpp.
Referenced by operator==().