SDL
2.0
|
#include <vulkan.hpp>
Public Member Functions | |
MemoryGetFdInfoKHR (DeviceMemory memory_=DeviceMemory(), ExternalMemoryHandleTypeFlagBits handleType_=ExternalMemoryHandleTypeFlagBits::eOpaqueFd) | |
MemoryGetFdInfoKHR (VkMemoryGetFdInfoKHR const &rhs) | |
MemoryGetFdInfoKHR & | operator= (VkMemoryGetFdInfoKHR const &rhs) |
MemoryGetFdInfoKHR & | setPNext (const void *pNext_) |
MemoryGetFdInfoKHR & | setMemory (DeviceMemory memory_) |
MemoryGetFdInfoKHR & | setHandleType (ExternalMemoryHandleTypeFlagBits handleType_) |
operator VkMemoryGetFdInfoKHR const & () const | |
operator VkMemoryGetFdInfoKHR & () | |
bool | operator== (MemoryGetFdInfoKHR const &rhs) const |
bool | operator!= (MemoryGetFdInfoKHR const &rhs) const |
Data Fields | |
const void * | pNext = nullptr |
DeviceMemory | memory |
ExternalMemoryHandleTypeFlagBits | handleType |
Private Attributes | |
StructureType | sType = StructureType::eMemoryGetFdInfoKHR |
Definition at line 32133 of file vulkan.hpp.
|
inline |
Definition at line 32135 of file vulkan.hpp.
|
inline |
Definition at line 32142 of file vulkan.hpp.
References memcpy.
|
inline |
Definition at line 32175 of file vulkan.hpp.
|
inline |
Definition at line 32170 of file vulkan.hpp.
|
inline |
Definition at line 32188 of file vulkan.hpp.
|
inline |
Definition at line 32147 of file vulkan.hpp.
References memcpy.
|
inline |
|
inline |
Definition at line 32164 of file vulkan.hpp.
|
inline |
Definition at line 32158 of file vulkan.hpp.
|
inline |
Definition at line 32152 of file vulkan.hpp.
ExternalMemoryHandleTypeFlagBits VULKAN_HPP_NAMESPACE::MemoryGetFdInfoKHR::handleType |
Definition at line 32199 of file vulkan.hpp.
Referenced by operator==().
DeviceMemory VULKAN_HPP_NAMESPACE::MemoryGetFdInfoKHR::memory |
Definition at line 32198 of file vulkan.hpp.
Referenced by operator==().
const void* VULKAN_HPP_NAMESPACE::MemoryGetFdInfoKHR::pNext = nullptr |
Definition at line 32197 of file vulkan.hpp.
Referenced by operator==().
|
private |
Definition at line 32194 of file vulkan.hpp.
Referenced by operator==().