SDL 2.0
|
#include <vulkan.hpp>
Public Member Functions | |
operator VkExternalFenceProperties const & () const | |
operator VkExternalFenceProperties & () | |
bool | operator== (ExternalFenceProperties const &rhs) const |
bool | operator!= (ExternalFenceProperties const &rhs) const |
Data Fields | |
void * | pNext = nullptr |
ExternalFenceHandleTypeFlags | exportFromImportedHandleTypes |
ExternalFenceHandleTypeFlags | compatibleHandleTypes |
ExternalFenceFeatureFlags | externalFenceFeatures |
Private Attributes | |
StructureType | sType = StructureType::eExternalFenceProperties |
Definition at line 33328 of file vulkan.hpp.
|
inline |
Definition at line 33335 of file vulkan.hpp.
|
inline |
Definition at line 33330 of file vulkan.hpp.
|
inline |
Definition at line 33349 of file vulkan.hpp.
References operator==().
|
inline |
Definition at line 33340 of file vulkan.hpp.
References compatibleHandleTypes, exportFromImportedHandleTypes, externalFenceFeatures, pNext, and sType.
Referenced by operator!=().
ExternalFenceHandleTypeFlags VULKAN_HPP_NAMESPACE::ExternalFenceProperties::compatibleHandleTypes |
Definition at line 33360 of file vulkan.hpp.
Referenced by operator==().
ExternalFenceHandleTypeFlags VULKAN_HPP_NAMESPACE::ExternalFenceProperties::exportFromImportedHandleTypes |
Definition at line 33359 of file vulkan.hpp.
Referenced by operator==().
ExternalFenceFeatureFlags VULKAN_HPP_NAMESPACE::ExternalFenceProperties::externalFenceFeatures |
Definition at line 33361 of file vulkan.hpp.
Referenced by operator==().
void* VULKAN_HPP_NAMESPACE::ExternalFenceProperties::pNext = nullptr |
Definition at line 33358 of file vulkan.hpp.
Referenced by operator==().
|
private |
Definition at line 33355 of file vulkan.hpp.
Referenced by operator==().