SDL
2.0
|
#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 VkSemaphoreGetFdInfoKHR const & () const | |
operator VkSemaphoreGetFdInfoKHR & () | |
bool | operator== (SemaphoreGetFdInfoKHR const &rhs) const |
bool | operator!= (SemaphoreGetFdInfoKHR const &rhs) const |
Data Fields | |
const void * | pNext = nullptr |
Semaphore | semaphore |
ExternalSemaphoreHandleTypeFlagBits | handleType |
Private Attributes | |
StructureType | sType = StructureType::eSemaphoreGetFdInfoKHR |
Definition at line 32639 of file vulkan.hpp.
|
inline |
Definition at line 32641 of file vulkan.hpp.
|
inline |
Definition at line 32648 of file vulkan.hpp.
References memcpy.
|
inline |
Definition at line 32681 of file vulkan.hpp.
|
inline |
Definition at line 32676 of file vulkan.hpp.
|
inline |
Definition at line 32694 of file vulkan.hpp.
References operator==().
|
inline |
Definition at line 32653 of file vulkan.hpp.
References memcpy.
|
inline |
Definition at line 32686 of file vulkan.hpp.
References handleType, pNext, semaphore, and sType.
Referenced by operator!=().
|
inline |
Definition at line 32670 of file vulkan.hpp.
|
inline |
Definition at line 32658 of file vulkan.hpp.
References pNext.
|
inline |
Definition at line 32664 of file vulkan.hpp.
References semaphore.
ExternalSemaphoreHandleTypeFlagBits VULKAN_HPP_NAMESPACE::SemaphoreGetFdInfoKHR::handleType |
Definition at line 32705 of file vulkan.hpp.
Referenced by operator==().
const void* VULKAN_HPP_NAMESPACE::SemaphoreGetFdInfoKHR::pNext = nullptr |
Definition at line 32703 of file vulkan.hpp.
Referenced by operator==(), and setPNext().
Semaphore VULKAN_HPP_NAMESPACE::SemaphoreGetFdInfoKHR::semaphore |
Definition at line 32704 of file vulkan.hpp.
Referenced by operator==(), and setSemaphore().
|
private |
Definition at line 32700 of file vulkan.hpp.
Referenced by operator==().