|
SDL
2.0
|
#include <vulkan.hpp>
Public Member Functions | |
| ImportMemoryHostPointerInfoEXT (ExternalMemoryHandleTypeFlagBits handleType_=ExternalMemoryHandleTypeFlagBits::eOpaqueFd, void *pHostPointer_=nullptr) | |
| ImportMemoryHostPointerInfoEXT (VkImportMemoryHostPointerInfoEXT const &rhs) | |
| ImportMemoryHostPointerInfoEXT & | operator= (VkImportMemoryHostPointerInfoEXT const &rhs) |
| ImportMemoryHostPointerInfoEXT & | setPNext (const void *pNext_) |
| ImportMemoryHostPointerInfoEXT & | setHandleType (ExternalMemoryHandleTypeFlagBits handleType_) |
| ImportMemoryHostPointerInfoEXT & | setPHostPointer (void *pHostPointer_) |
| operator VkImportMemoryHostPointerInfoEXT const & () const | |
| operator VkImportMemoryHostPointerInfoEXT & () | |
| bool | operator== (ImportMemoryHostPointerInfoEXT const &rhs) const |
| bool | operator!= (ImportMemoryHostPointerInfoEXT const &rhs) const |
Data Fields | |
| const void * | pNext = nullptr |
| ExternalMemoryHandleTypeFlagBits | handleType |
| void * | pHostPointer |
Private Attributes | |
| StructureType | sType = StructureType::eImportMemoryHostPointerInfoEXT |
Definition at line 32203 of file vulkan.hpp.
|
inline |
Definition at line 32205 of file vulkan.hpp.
|
inline |
Definition at line 32212 of file vulkan.hpp.
References memcpy.
|
inline |
Definition at line 32245 of file vulkan.hpp.
|
inline |
Definition at line 32240 of file vulkan.hpp.
|
inline |
Definition at line 32258 of file vulkan.hpp.
References operator==().
|
inline |
|
inline |
Definition at line 32250 of file vulkan.hpp.
References handleType, pHostPointer, pNext, and sType.
Referenced by operator!=().
|
inline |
Definition at line 32228 of file vulkan.hpp.
|
inline |
Definition at line 32234 of file vulkan.hpp.
References pHostPointer.
|
inline |
Definition at line 32222 of file vulkan.hpp.
References pNext.
| ExternalMemoryHandleTypeFlagBits VULKAN_HPP_NAMESPACE::ImportMemoryHostPointerInfoEXT::handleType |
Definition at line 32268 of file vulkan.hpp.
Referenced by operator==().
| void* VULKAN_HPP_NAMESPACE::ImportMemoryHostPointerInfoEXT::pHostPointer |
Definition at line 32269 of file vulkan.hpp.
Referenced by operator==(), and setPHostPointer().
| const void* VULKAN_HPP_NAMESPACE::ImportMemoryHostPointerInfoEXT::pNext = nullptr |
Definition at line 32267 of file vulkan.hpp.
Referenced by operator==(), and setPNext().
|
private |
Definition at line 32264 of file vulkan.hpp.
Referenced by operator==().