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

#include <vulkan.hpp>

Collaboration diagram for VULKAN_HPP_NAMESPACE::ExternalFenceProperties:
[legend]

Public Member Functions

 operator const VkExternalFenceProperties & () const
 
bool operator== (ExternalFenceProperties const &rhs) const
 
bool operator!= (ExternalFenceProperties const &rhs) const
 

Public Attributes

voidpNext = nullptr
 
ExternalFenceHandleTypeFlags exportFromImportedHandleTypes
 
ExternalFenceHandleTypeFlags compatibleHandleTypes
 
ExternalFenceFeatureFlags externalFenceFeatures
 

Private Attributes

StructureType sType = StructureType::eExternalFenceProperties
 

Member Function Documentation

◆ operator const VkExternalFenceProperties &()

VULKAN_HPP_NAMESPACE::ExternalFenceProperties::operator const VkExternalFenceProperties & ( ) const
inline

◆ operator!=()

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

◆ operator==()

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

Member Data Documentation

◆ compatibleHandleTypes

ExternalFenceHandleTypeFlags VULKAN_HPP_NAMESPACE::ExternalFenceProperties::compatibleHandleTypes

◆ exportFromImportedHandleTypes

ExternalFenceHandleTypeFlags VULKAN_HPP_NAMESPACE::ExternalFenceProperties::exportFromImportedHandleTypes

◆ externalFenceFeatures

ExternalFenceFeatureFlags VULKAN_HPP_NAMESPACE::ExternalFenceProperties::externalFenceFeatures

◆ pNext

void* VULKAN_HPP_NAMESPACE::ExternalFenceProperties::pNext = nullptr

◆ sType

StructureType VULKAN_HPP_NAMESPACE::ExternalFenceProperties::sType = StructureType::eExternalFenceProperties
private

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