SDL 2.0
VULKAN_HPP_NAMESPACE::ExternalSemaphoreProperties Struct Reference

#include <vulkan.hpp>

+ Collaboration diagram for VULKAN_HPP_NAMESPACE::ExternalSemaphoreProperties:

Public Member Functions

 operator VkExternalSemaphoreProperties const & () const
 
 operator VkExternalSemaphoreProperties & ()
 
bool operator== (ExternalSemaphoreProperties const &rhs) const
 
bool operator!= (ExternalSemaphoreProperties const &rhs) const
 

Data Fields

voidpNext = nullptr
 
ExternalSemaphoreHandleTypeFlags exportFromImportedHandleTypes
 
ExternalSemaphoreHandleTypeFlags compatibleHandleTypes
 
ExternalSemaphoreFeatureFlags externalSemaphoreFeatures
 

Private Attributes

StructureType sType = StructureType::eExternalSemaphoreProperties
 

Detailed Description

Definition at line 32739 of file vulkan.hpp.

Member Function Documentation

◆ operator VkExternalSemaphoreProperties &()

VULKAN_HPP_NAMESPACE::ExternalSemaphoreProperties::operator VkExternalSemaphoreProperties & ( )
inline

Definition at line 32746 of file vulkan.hpp.

32747 {
32748 return *reinterpret_cast<VkExternalSemaphoreProperties*>(this);
32749 }

◆ operator VkExternalSemaphoreProperties const &()

VULKAN_HPP_NAMESPACE::ExternalSemaphoreProperties::operator VkExternalSemaphoreProperties const & ( ) const
inline

Definition at line 32741 of file vulkan.hpp.

32742 {
32743 return *reinterpret_cast<const VkExternalSemaphoreProperties*>(this);
32744 }

◆ operator!=()

bool VULKAN_HPP_NAMESPACE::ExternalSemaphoreProperties::operator!= ( ExternalSemaphoreProperties const &  rhs) const
inline

Definition at line 32760 of file vulkan.hpp.

32761 {
32762 return !operator==( rhs );
32763 }
bool operator==(ExternalSemaphoreProperties const &rhs) const
Definition: vulkan.hpp:32751

References operator==().

◆ operator==()

bool VULKAN_HPP_NAMESPACE::ExternalSemaphoreProperties::operator== ( ExternalSemaphoreProperties const &  rhs) const
inline

Definition at line 32751 of file vulkan.hpp.

32752 {
32753 return ( sType == rhs.sType )
32754 && ( pNext == rhs.pNext )
32755 && ( exportFromImportedHandleTypes == rhs.exportFromImportedHandleTypes )
32756 && ( compatibleHandleTypes == rhs.compatibleHandleTypes )
32757 && ( externalSemaphoreFeatures == rhs.externalSemaphoreFeatures );
32758 }
ExternalSemaphoreHandleTypeFlags compatibleHandleTypes
Definition: vulkan.hpp:32771
ExternalSemaphoreHandleTypeFlags exportFromImportedHandleTypes
Definition: vulkan.hpp:32770
ExternalSemaphoreFeatureFlags externalSemaphoreFeatures
Definition: vulkan.hpp:32772

References compatibleHandleTypes, exportFromImportedHandleTypes, externalSemaphoreFeatures, pNext, and sType.

Referenced by operator!=().

Field Documentation

◆ compatibleHandleTypes

ExternalSemaphoreHandleTypeFlags VULKAN_HPP_NAMESPACE::ExternalSemaphoreProperties::compatibleHandleTypes

Definition at line 32771 of file vulkan.hpp.

Referenced by operator==().

◆ exportFromImportedHandleTypes

ExternalSemaphoreHandleTypeFlags VULKAN_HPP_NAMESPACE::ExternalSemaphoreProperties::exportFromImportedHandleTypes

Definition at line 32770 of file vulkan.hpp.

Referenced by operator==().

◆ externalSemaphoreFeatures

ExternalSemaphoreFeatureFlags VULKAN_HPP_NAMESPACE::ExternalSemaphoreProperties::externalSemaphoreFeatures

Definition at line 32772 of file vulkan.hpp.

Referenced by operator==().

◆ pNext

void* VULKAN_HPP_NAMESPACE::ExternalSemaphoreProperties::pNext = nullptr

Definition at line 32769 of file vulkan.hpp.

Referenced by operator==().

◆ sType

StructureType VULKAN_HPP_NAMESPACE::ExternalSemaphoreProperties::sType = StructureType::eExternalSemaphoreProperties
private

Definition at line 32766 of file vulkan.hpp.

Referenced by operator==().


The documentation for this struct was generated from the following file: