RetroArch
Public Member Functions | Public Attributes | Private Attributes | List of all members
VULKAN_HPP_NAMESPACE::ExternalSemaphoreProperties Struct Reference

#include <vulkan.hpp>

Collaboration diagram for VULKAN_HPP_NAMESPACE::ExternalSemaphoreProperties:
[legend]

Public Member Functions

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

Public Attributes

voidpNext = nullptr
 
ExternalSemaphoreHandleTypeFlags exportFromImportedHandleTypes
 
ExternalSemaphoreHandleTypeFlags compatibleHandleTypes
 
ExternalSemaphoreFeatureFlags externalSemaphoreFeatures
 

Private Attributes

StructureType sType = StructureType::eExternalSemaphoreProperties
 

Member Function Documentation

◆ operator const VkExternalSemaphoreProperties &()

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

◆ operator!=()

bool VULKAN_HPP_NAMESPACE::ExternalSemaphoreProperties::operator!= ( ExternalSemaphoreProperties const rhs) const
inline
Here is the call graph for this function:

◆ operator==()

bool VULKAN_HPP_NAMESPACE::ExternalSemaphoreProperties::operator== ( ExternalSemaphoreProperties const rhs) const
inline
Here is the caller graph for this function:

Member Data Documentation

◆ compatibleHandleTypes

ExternalSemaphoreHandleTypeFlags VULKAN_HPP_NAMESPACE::ExternalSemaphoreProperties::compatibleHandleTypes

◆ exportFromImportedHandleTypes

ExternalSemaphoreHandleTypeFlags VULKAN_HPP_NAMESPACE::ExternalSemaphoreProperties::exportFromImportedHandleTypes

◆ externalSemaphoreFeatures

ExternalSemaphoreFeatureFlags VULKAN_HPP_NAMESPACE::ExternalSemaphoreProperties::externalSemaphoreFeatures

◆ pNext

void* VULKAN_HPP_NAMESPACE::ExternalSemaphoreProperties::pNext = nullptr

◆ sType

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

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