RetroArch
|
#include <vulkan.hpp>
Public Member Functions | |
SemaphoreGetFdInfoKHR (Semaphore semaphore_=Semaphore(), ExternalSemaphoreHandleTypeFlagBits handleType_=ExternalSemaphoreHandleTypeFlagBits::eOpaqueFd) | |
SemaphoreGetFdInfoKHR (VkSemaphoreGetFdInfoKHR const &rhs) | |
SemaphoreGetFdInfoKHR & | operator= (VkSemaphoreGetFdInfoKHR const &rhs) |
SemaphoreGetFdInfoKHR & | setPNext (const void *pNext_) |
SemaphoreGetFdInfoKHR & | setSemaphore (Semaphore semaphore_) |
SemaphoreGetFdInfoKHR & | setHandleType (ExternalSemaphoreHandleTypeFlagBits handleType_) |
operator const VkSemaphoreGetFdInfoKHR & () const | |
bool | operator== (SemaphoreGetFdInfoKHR const &rhs) const |
bool | operator!= (SemaphoreGetFdInfoKHR const &rhs) const |
Public Attributes | |
const void * | pNext = nullptr |
Semaphore | semaphore |
ExternalSemaphoreHandleTypeFlagBits | handleType |
Private Attributes | |
StructureType | sType = StructureType::eSemaphoreGetFdInfoKHR |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
ExternalSemaphoreHandleTypeFlagBits VULKAN_HPP_NAMESPACE::SemaphoreGetFdInfoKHR::handleType |
Semaphore VULKAN_HPP_NAMESPACE::SemaphoreGetFdInfoKHR::semaphore |
|
private |