SDL
2.0
|
#include <vulkan.hpp>
Public Member Functions | |
PhysicalDeviceExternalSemaphoreInfo (ExternalSemaphoreHandleTypeFlagBits handleType_=ExternalSemaphoreHandleTypeFlagBits::eOpaqueFd) | |
PhysicalDeviceExternalSemaphoreInfo (VkPhysicalDeviceExternalSemaphoreInfo const &rhs) | |
PhysicalDeviceExternalSemaphoreInfo & | operator= (VkPhysicalDeviceExternalSemaphoreInfo const &rhs) |
PhysicalDeviceExternalSemaphoreInfo & | setPNext (const void *pNext_) |
PhysicalDeviceExternalSemaphoreInfo & | setHandleType (ExternalSemaphoreHandleTypeFlagBits handleType_) |
operator VkPhysicalDeviceExternalSemaphoreInfo const & () const | |
operator VkPhysicalDeviceExternalSemaphoreInfo & () | |
bool | operator== (PhysicalDeviceExternalSemaphoreInfo const &rhs) const |
bool | operator!= (PhysicalDeviceExternalSemaphoreInfo const &rhs) const |
Data Fields | |
const void * | pNext = nullptr |
ExternalSemaphoreHandleTypeFlagBits | handleType |
Private Attributes | |
StructureType | sType = StructureType::ePhysicalDeviceExternalSemaphoreInfo |
Definition at line 32443 of file vulkan.hpp.
|
inline |
Definition at line 32445 of file vulkan.hpp.
|
inline |
Definition at line 32450 of file vulkan.hpp.
References memcpy.
|
inline |
Definition at line 32477 of file vulkan.hpp.
|
inline |
Definition at line 32472 of file vulkan.hpp.
|
inline |
Definition at line 32489 of file vulkan.hpp.
References operator==().
|
inline |
|
inline |
Definition at line 32482 of file vulkan.hpp.
References handleType, pNext, and sType.
Referenced by operator!=().
|
inline |
Definition at line 32466 of file vulkan.hpp.
|
inline |
Definition at line 32460 of file vulkan.hpp.
References pNext.
ExternalSemaphoreHandleTypeFlagBits VULKAN_HPP_NAMESPACE::PhysicalDeviceExternalSemaphoreInfo::handleType |
Definition at line 32499 of file vulkan.hpp.
Referenced by operator==().
const void* VULKAN_HPP_NAMESPACE::PhysicalDeviceExternalSemaphoreInfo::pNext = nullptr |
Definition at line 32498 of file vulkan.hpp.
Referenced by operator==(), and setPNext().
|
private |
Definition at line 32495 of file vulkan.hpp.
Referenced by operator==().