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

#include <vulkan.hpp>

Collaboration diagram for VULKAN_HPP_NAMESPACE::ImportSemaphoreFdInfoKHR:
[legend]

Public Member Functions

 ImportSemaphoreFdInfoKHR (Semaphore semaphore_=Semaphore(), SemaphoreImportFlags flags_=SemaphoreImportFlags(), ExternalSemaphoreHandleTypeFlagBits handleType_=ExternalSemaphoreHandleTypeFlagBits::eOpaqueFd, int fd_=0)
 
 ImportSemaphoreFdInfoKHR (VkImportSemaphoreFdInfoKHR const &rhs)
 
ImportSemaphoreFdInfoKHRoperator= (VkImportSemaphoreFdInfoKHR const &rhs)
 
ImportSemaphoreFdInfoKHRsetPNext (const void *pNext_)
 
ImportSemaphoreFdInfoKHRsetSemaphore (Semaphore semaphore_)
 
ImportSemaphoreFdInfoKHRsetFlags (SemaphoreImportFlags flags_)
 
ImportSemaphoreFdInfoKHRsetHandleType (ExternalSemaphoreHandleTypeFlagBits handleType_)
 
ImportSemaphoreFdInfoKHRsetFd (int fd_)
 
 operator const VkImportSemaphoreFdInfoKHR & () const
 
bool operator== (ImportSemaphoreFdInfoKHR const &rhs) const
 
bool operator!= (ImportSemaphoreFdInfoKHR const &rhs) const
 

Public Attributes

const voidpNext = nullptr
 
Semaphore semaphore
 
SemaphoreImportFlags flags
 
ExternalSemaphoreHandleTypeFlagBits handleType
 
int fd
 

Private Attributes

StructureType sType = StructureType::eImportSemaphoreFdInfoKHR
 

Constructor & Destructor Documentation

◆ ImportSemaphoreFdInfoKHR() [1/2]

VULKAN_HPP_NAMESPACE::ImportSemaphoreFdInfoKHR::ImportSemaphoreFdInfoKHR ( Semaphore  semaphore_ = Semaphore(),
SemaphoreImportFlags  flags_ = SemaphoreImportFlags(),
ExternalSemaphoreHandleTypeFlagBits  handleType_ = ExternalSemaphoreHandleTypeFlagBits::eOpaqueFd,
int  fd_ = 0 
)
inline

◆ ImportSemaphoreFdInfoKHR() [2/2]

VULKAN_HPP_NAMESPACE::ImportSemaphoreFdInfoKHR::ImportSemaphoreFdInfoKHR ( VkImportSemaphoreFdInfoKHR const rhs)
inline
Here is the call graph for this function:

Member Function Documentation

◆ operator const VkImportSemaphoreFdInfoKHR &()

VULKAN_HPP_NAMESPACE::ImportSemaphoreFdInfoKHR::operator const VkImportSemaphoreFdInfoKHR & ( ) const
inline

◆ operator!=()

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

◆ operator=()

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

◆ operator==()

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

◆ setFd()

ImportSemaphoreFdInfoKHR& VULKAN_HPP_NAMESPACE::ImportSemaphoreFdInfoKHR::setFd ( int  fd_)
inline

◆ setFlags()

ImportSemaphoreFdInfoKHR& VULKAN_HPP_NAMESPACE::ImportSemaphoreFdInfoKHR::setFlags ( SemaphoreImportFlags  flags_)
inline

◆ setHandleType()

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

◆ setPNext()

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

◆ setSemaphore()

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

Member Data Documentation

◆ fd

int VULKAN_HPP_NAMESPACE::ImportSemaphoreFdInfoKHR::fd

◆ flags

SemaphoreImportFlags VULKAN_HPP_NAMESPACE::ImportSemaphoreFdInfoKHR::flags

◆ handleType

ExternalSemaphoreHandleTypeFlagBits VULKAN_HPP_NAMESPACE::ImportSemaphoreFdInfoKHR::handleType

◆ pNext

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

◆ semaphore

Semaphore VULKAN_HPP_NAMESPACE::ImportSemaphoreFdInfoKHR::semaphore

◆ sType

StructureType VULKAN_HPP_NAMESPACE::ImportSemaphoreFdInfoKHR::sType = StructureType::eImportSemaphoreFdInfoKHR
private

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