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.
|
inline |
Definition at line 32217 of file vulkan.hpp.
References memcpy.
|
inline |
Definition at line 32250 of file vulkan.hpp.
References handleType, pHostPointer, pNext, and sType.
|
inline |
Definition at line 32228 of file vulkan.hpp.
|
inline |
Definition at line 32234 of file vulkan.hpp.
|
inline |
Definition at line 32222 of file vulkan.hpp.
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==().
const void* VULKAN_HPP_NAMESPACE::ImportMemoryHostPointerInfoEXT::pNext = nullptr |
Definition at line 32267 of file vulkan.hpp.
Referenced by operator==().
|
private |
Definition at line 32264 of file vulkan.hpp.
Referenced by operator==().