|
SDL
2.0
|
#include <vulkan.hpp>
Collaboration diagram for VULKAN_HPP_NAMESPACE::ImportSemaphoreFdInfoKHR:Public Member Functions | |
| ImportSemaphoreFdInfoKHR (Semaphore semaphore_=Semaphore(), SemaphoreImportFlags flags_=SemaphoreImportFlags(), ExternalSemaphoreHandleTypeFlagBits handleType_=ExternalSemaphoreHandleTypeFlagBits::eOpaqueFd, int fd_=0) | |
| ImportSemaphoreFdInfoKHR (VkImportSemaphoreFdInfoKHR const &rhs) | |
| ImportSemaphoreFdInfoKHR & | operator= (VkImportSemaphoreFdInfoKHR const &rhs) |
| ImportSemaphoreFdInfoKHR & | setPNext (const void *pNext_) |
| ImportSemaphoreFdInfoKHR & | setSemaphore (Semaphore semaphore_) |
| ImportSemaphoreFdInfoKHR & | setFlags (SemaphoreImportFlags flags_) |
| ImportSemaphoreFdInfoKHR & | setHandleType (ExternalSemaphoreHandleTypeFlagBits handleType_) |
| ImportSemaphoreFdInfoKHR & | setFd (int fd_) |
| operator VkImportSemaphoreFdInfoKHR const & () const | |
| operator VkImportSemaphoreFdInfoKHR & () | |
| bool | operator== (ImportSemaphoreFdInfoKHR const &rhs) const |
| bool | operator!= (ImportSemaphoreFdInfoKHR const &rhs) const |
Data Fields | |
| const void * | pNext = nullptr |
| Semaphore | semaphore |
| SemaphoreImportFlags | flags |
| ExternalSemaphoreHandleTypeFlagBits | handleType |
| int | fd |
Private Attributes | |
| StructureType | sType = StructureType::eImportSemaphoreFdInfoKHR |
Definition at line 32908 of file vulkan.hpp.
|
inline |
Definition at line 32910 of file vulkan.hpp.
|
inline |
Definition at line 32921 of file vulkan.hpp.
References memcpy.
|
inline |
Definition at line 32966 of file vulkan.hpp.
|
inline |
Definition at line 32961 of file vulkan.hpp.
|
inline |
Definition at line 32981 of file vulkan.hpp.
References operator==().
|
inline |
Definition at line 32926 of file vulkan.hpp.
References memcpy.
|
inline |
Definition at line 32971 of file vulkan.hpp.
References fd, flags, handleType, pNext, semaphore, and sType.
Referenced by operator!=().
|
inline |
Definition at line 32955 of file vulkan.hpp.
|
inline |
Definition at line 32943 of file vulkan.hpp.
|
inline |
Definition at line 32949 of file vulkan.hpp.
|
inline |
Definition at line 32931 of file vulkan.hpp.
References pNext.
|
inline |
Definition at line 32937 of file vulkan.hpp.
References semaphore.
| int VULKAN_HPP_NAMESPACE::ImportSemaphoreFdInfoKHR::fd |
Definition at line 32994 of file vulkan.hpp.
Referenced by operator==().
| SemaphoreImportFlags VULKAN_HPP_NAMESPACE::ImportSemaphoreFdInfoKHR::flags |
Definition at line 32992 of file vulkan.hpp.
Referenced by operator==().
| ExternalSemaphoreHandleTypeFlagBits VULKAN_HPP_NAMESPACE::ImportSemaphoreFdInfoKHR::handleType |
Definition at line 32993 of file vulkan.hpp.
Referenced by operator==().
| const void* VULKAN_HPP_NAMESPACE::ImportSemaphoreFdInfoKHR::pNext = nullptr |
Definition at line 32990 of file vulkan.hpp.
Referenced by operator==(), and setPNext().
| Semaphore VULKAN_HPP_NAMESPACE::ImportSemaphoreFdInfoKHR::semaphore |
Definition at line 32991 of file vulkan.hpp.
Referenced by operator==(), and setSemaphore().
|
private |
Definition at line 32987 of file vulkan.hpp.
Referenced by operator==().