RetroArch
|
#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 const VkImportMemoryFdInfoKHR & () const | |
bool | operator== (ImportMemoryFdInfoKHR const &rhs) const |
bool | operator!= (ImportMemoryFdInfoKHR const &rhs) const |
Public Attributes | |
const void * | pNext = nullptr |
ExternalMemoryHandleTypeFlagBits | handleType |
int | fd |
Private Attributes | |
StructureType | sType = StructureType::eImportMemoryFdInfoKHR |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
int VULKAN_HPP_NAMESPACE::ImportMemoryFdInfoKHR::fd |
ExternalMemoryHandleTypeFlagBits VULKAN_HPP_NAMESPACE::ImportMemoryFdInfoKHR::handleType |
|
private |