SDL 2.0
|
#include <vulkan.hpp>
Public Member Functions | |
ImportMemoryFdInfoKHR (ExternalMemoryHandleTypeFlagBits handleType_=ExternalMemoryHandleTypeFlagBits::eOpaqueFd, int fd_=0) | |
ImportMemoryFdInfoKHR (VkImportMemoryFdInfoKHR const &rhs) | |
ImportMemoryFdInfoKHR & | operator= (VkImportMemoryFdInfoKHR const &rhs) |
ImportMemoryFdInfoKHR & | setPNext (const void *pNext_) |
ImportMemoryFdInfoKHR & | setHandleType (ExternalMemoryHandleTypeFlagBits handleType_) |
ImportMemoryFdInfoKHR & | setFd (int fd_) |
operator VkImportMemoryFdInfoKHR const & () const | |
operator VkImportMemoryFdInfoKHR & () | |
bool | operator== (ImportMemoryFdInfoKHR const &rhs) const |
bool | operator!= (ImportMemoryFdInfoKHR const &rhs) const |
Data Fields | |
const void * | pNext = nullptr |
ExternalMemoryHandleTypeFlagBits | handleType |
int | fd |
Private Attributes | |
StructureType | sType = StructureType::eImportMemoryFdInfoKHR |
Definition at line 32063 of file vulkan.hpp.
|
inline |
Definition at line 32065 of file vulkan.hpp.
|
inline |
Definition at line 32072 of file vulkan.hpp.
References memcpy.
|
inline |
Definition at line 32105 of file vulkan.hpp.
|
inline |
Definition at line 32100 of file vulkan.hpp.
|
inline |
Definition at line 32118 of file vulkan.hpp.
References operator==().
|
inline |
Definition at line 32077 of file vulkan.hpp.
References memcpy.
|
inline |
Definition at line 32110 of file vulkan.hpp.
References fd, handleType, pNext, and sType.
Referenced by operator!=().
|
inline |
Definition at line 32094 of file vulkan.hpp.
|
inline |
Definition at line 32088 of file vulkan.hpp.
|
inline |
Definition at line 32082 of file vulkan.hpp.
References pNext.
int VULKAN_HPP_NAMESPACE::ImportMemoryFdInfoKHR::fd |
Definition at line 32129 of file vulkan.hpp.
Referenced by operator==().
ExternalMemoryHandleTypeFlagBits VULKAN_HPP_NAMESPACE::ImportMemoryFdInfoKHR::handleType |
Definition at line 32128 of file vulkan.hpp.
Referenced by operator==().
const void* VULKAN_HPP_NAMESPACE::ImportMemoryFdInfoKHR::pNext = nullptr |
Definition at line 32127 of file vulkan.hpp.
Referenced by operator==(), and setPNext().
|
private |
Definition at line 32124 of file vulkan.hpp.
Referenced by operator==().