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

#include <vulkan.hpp>

Collaboration diagram for VULKAN_HPP_NAMESPACE::SemaphoreGetFdInfoKHR:
[legend]

Public Member Functions

 SemaphoreGetFdInfoKHR (Semaphore semaphore_=Semaphore(), ExternalSemaphoreHandleTypeFlagBits handleType_=ExternalSemaphoreHandleTypeFlagBits::eOpaqueFd)
 
 SemaphoreGetFdInfoKHR (VkSemaphoreGetFdInfoKHR const &rhs)
 
SemaphoreGetFdInfoKHRoperator= (VkSemaphoreGetFdInfoKHR const &rhs)
 
SemaphoreGetFdInfoKHRsetPNext (const void *pNext_)
 
SemaphoreGetFdInfoKHRsetSemaphore (Semaphore semaphore_)
 
SemaphoreGetFdInfoKHRsetHandleType (ExternalSemaphoreHandleTypeFlagBits handleType_)
 
 operator const VkSemaphoreGetFdInfoKHR & () const
 
bool operator== (SemaphoreGetFdInfoKHR const &rhs) const
 
bool operator!= (SemaphoreGetFdInfoKHR const &rhs) const
 

Public Attributes

const voidpNext = nullptr
 
Semaphore semaphore
 
ExternalSemaphoreHandleTypeFlagBits handleType
 

Private Attributes

StructureType sType = StructureType::eSemaphoreGetFdInfoKHR
 

Constructor & Destructor Documentation

◆ SemaphoreGetFdInfoKHR() [1/2]

VULKAN_HPP_NAMESPACE::SemaphoreGetFdInfoKHR::SemaphoreGetFdInfoKHR ( Semaphore  semaphore_ = Semaphore(),
ExternalSemaphoreHandleTypeFlagBits  handleType_ = ExternalSemaphoreHandleTypeFlagBits::eOpaqueFd 
)
inline

◆ SemaphoreGetFdInfoKHR() [2/2]

VULKAN_HPP_NAMESPACE::SemaphoreGetFdInfoKHR::SemaphoreGetFdInfoKHR ( VkSemaphoreGetFdInfoKHR const rhs)
inline
Here is the call graph for this function:

Member Function Documentation

◆ operator const VkSemaphoreGetFdInfoKHR &()

VULKAN_HPP_NAMESPACE::SemaphoreGetFdInfoKHR::operator const VkSemaphoreGetFdInfoKHR & ( ) const
inline

◆ operator!=()

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

◆ operator=()

SemaphoreGetFdInfoKHR& VULKAN_HPP_NAMESPACE::SemaphoreGetFdInfoKHR::operator= ( VkSemaphoreGetFdInfoKHR const rhs)
inline
Here is the call graph for this function:

◆ operator==()

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

◆ setHandleType()

SemaphoreGetFdInfoKHR& VULKAN_HPP_NAMESPACE::SemaphoreGetFdInfoKHR::setHandleType ( ExternalSemaphoreHandleTypeFlagBits  handleType_)
inline

◆ setPNext()

SemaphoreGetFdInfoKHR& VULKAN_HPP_NAMESPACE::SemaphoreGetFdInfoKHR::setPNext ( const void pNext_)
inline

◆ setSemaphore()

SemaphoreGetFdInfoKHR& VULKAN_HPP_NAMESPACE::SemaphoreGetFdInfoKHR::setSemaphore ( Semaphore  semaphore_)
inline

Member Data Documentation

◆ handleType

ExternalSemaphoreHandleTypeFlagBits VULKAN_HPP_NAMESPACE::SemaphoreGetFdInfoKHR::handleType

◆ pNext

const void* VULKAN_HPP_NAMESPACE::SemaphoreGetFdInfoKHR::pNext = nullptr

◆ semaphore

Semaphore VULKAN_HPP_NAMESPACE::SemaphoreGetFdInfoKHR::semaphore

◆ sType

StructureType VULKAN_HPP_NAMESPACE::SemaphoreGetFdInfoKHR::sType = StructureType::eSemaphoreGetFdInfoKHR
private

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