SDL
2.0
|
#include <vulkan.hpp>
Public Member Functions | |
operator VkExternalSemaphoreProperties const & () const | |
operator VkExternalSemaphoreProperties & () | |
bool | operator== (ExternalSemaphoreProperties const &rhs) const |
bool | operator!= (ExternalSemaphoreProperties const &rhs) const |
Private Attributes | |
StructureType | sType = StructureType::eExternalSemaphoreProperties |
Definition at line 32739 of file vulkan.hpp.
|
inline |
Definition at line 32746 of file vulkan.hpp.
|
inline |
Definition at line 32741 of file vulkan.hpp.
|
inline |
Definition at line 32760 of file vulkan.hpp.
References operator==().
|
inline |
Definition at line 32751 of file vulkan.hpp.
References compatibleHandleTypes, exportFromImportedHandleTypes, externalSemaphoreFeatures, pNext, and sType.
Referenced by operator!=().
ExternalSemaphoreHandleTypeFlags VULKAN_HPP_NAMESPACE::ExternalSemaphoreProperties::compatibleHandleTypes |
Definition at line 32771 of file vulkan.hpp.
Referenced by operator==().
ExternalSemaphoreHandleTypeFlags VULKAN_HPP_NAMESPACE::ExternalSemaphoreProperties::exportFromImportedHandleTypes |
Definition at line 32770 of file vulkan.hpp.
Referenced by operator==().
ExternalSemaphoreFeatureFlags VULKAN_HPP_NAMESPACE::ExternalSemaphoreProperties::externalSemaphoreFeatures |
Definition at line 32772 of file vulkan.hpp.
Referenced by operator==().
void* VULKAN_HPP_NAMESPACE::ExternalSemaphoreProperties::pNext = nullptr |
Definition at line 32769 of file vulkan.hpp.
Referenced by operator==().
|
private |
Definition at line 32766 of file vulkan.hpp.
Referenced by operator==().