HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
VULKAN_HPP_NAMESPACE::ImportSemaphoreFdInfoKHR Struct Reference

#include <vulkan_structs.hpp>

Public Types

using NativeType = VkImportSemaphoreFdInfoKHR
 

Public Member Functions

VULKAN_HPP_CONSTEXPR ImportSemaphoreFdInfoKHR (VULKAN_HPP_NAMESPACE::Semaphore semaphore_={}, VULKAN_HPP_NAMESPACE::SemaphoreImportFlags flags_={}, VULKAN_HPP_NAMESPACE::ExternalSemaphoreHandleTypeFlagBits handleType_=VULKAN_HPP_NAMESPACE::ExternalSemaphoreHandleTypeFlagBits::eOpaqueFd, int fd_={}, const void *pNext_=nullptr) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR ImportSemaphoreFdInfoKHR (ImportSemaphoreFdInfoKHR const &rhs) VULKAN_HPP_NOEXCEPT=default
 
 ImportSemaphoreFdInfoKHR (VkImportSemaphoreFdInfoKHR const &rhs) VULKAN_HPP_NOEXCEPT
 
ImportSemaphoreFdInfoKHRoperator= (ImportSemaphoreFdInfoKHR const &rhs) VULKAN_HPP_NOEXCEPT=default
 
ImportSemaphoreFdInfoKHRoperator= (VkImportSemaphoreFdInfoKHR const &rhs) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR_14
ImportSemaphoreFdInfoKHR
setPNext (const void *pNext_) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR_14
ImportSemaphoreFdInfoKHR
setSemaphore (VULKAN_HPP_NAMESPACE::Semaphore semaphore_) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR_14
ImportSemaphoreFdInfoKHR
setFlags (VULKAN_HPP_NAMESPACE::SemaphoreImportFlags flags_) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR_14
ImportSemaphoreFdInfoKHR
setHandleType (VULKAN_HPP_NAMESPACE::ExternalSemaphoreHandleTypeFlagBits handleType_) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR_14
ImportSemaphoreFdInfoKHR
setFd (int fd_) VULKAN_HPP_NOEXCEPT
 
 operator VkImportSemaphoreFdInfoKHR const & () const VULKAN_HPP_NOEXCEPT
 
 operator VkImportSemaphoreFdInfoKHR & () VULKAN_HPP_NOEXCEPT
 
bool operator== (ImportSemaphoreFdInfoKHR const &rhs) const VULKAN_HPP_NOEXCEPT
 
bool operator!= (ImportSemaphoreFdInfoKHR const &rhs) const VULKAN_HPP_NOEXCEPT
 

Public Attributes

VULKAN_HPP_NAMESPACE::StructureType sType = StructureType::eImportSemaphoreFdInfoKHR
 
const voidpNext = {}
 
VULKAN_HPP_NAMESPACE::Semaphore semaphore = {}
 
VULKAN_HPP_NAMESPACE::SemaphoreImportFlags flags = {}
 
VULKAN_HPP_NAMESPACE::ExternalSemaphoreHandleTypeFlagBits handleType = VULKAN_HPP_NAMESPACE::ExternalSemaphoreHandleTypeFlagBits::eOpaqueFd
 
int fd = {}
 

Static Public Attributes

static const bool allowDuplicate = false
 
static
VULKAN_HPP_CONST_OR_CONSTEXPR
StructureType 
structureType = StructureType::eImportSemaphoreFdInfoKHR
 

Detailed Description

Definition at line 43022 of file vulkan_structs.hpp.

Member Typedef Documentation

Constructor & Destructor Documentation

VULKAN_HPP_CONSTEXPR VULKAN_HPP_NAMESPACE::ImportSemaphoreFdInfoKHR::ImportSemaphoreFdInfoKHR ( VULKAN_HPP_NAMESPACE::Semaphore  semaphore_ = {},
VULKAN_HPP_NAMESPACE::SemaphoreImportFlags  flags_ = {},
VULKAN_HPP_NAMESPACE::ExternalSemaphoreHandleTypeFlagBits  handleType_ = VULKAN_HPP_NAMESPACE::ExternalSemaphoreHandleTypeFlagBits::eOpaqueFd,
int  fd_ = {},
const void pNext_ = nullptr 
)
inline

Definition at line 43030 of file vulkan_structs.hpp.

VULKAN_HPP_CONSTEXPR VULKAN_HPP_NAMESPACE::ImportSemaphoreFdInfoKHR::ImportSemaphoreFdInfoKHR ( ImportSemaphoreFdInfoKHR const rhs)
default
VULKAN_HPP_NAMESPACE::ImportSemaphoreFdInfoKHR::ImportSemaphoreFdInfoKHR ( VkImportSemaphoreFdInfoKHR const rhs)
inline

Definition at line 43046 of file vulkan_structs.hpp.

Member Function Documentation

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

Definition at line 43098 of file vulkan_structs.hpp.

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

Definition at line 43093 of file vulkan_structs.hpp.

ImportSemaphoreFdInfoKHR& VULKAN_HPP_NAMESPACE::ImportSemaphoreFdInfoKHR::operator= ( ImportSemaphoreFdInfoKHR const rhs)
default
ImportSemaphoreFdInfoKHR& VULKAN_HPP_NAMESPACE::ImportSemaphoreFdInfoKHR::operator= ( VkImportSemaphoreFdInfoKHR const rhs)
inline

Definition at line 43054 of file vulkan_structs.hpp.

bool VULKAN_HPP_NAMESPACE::ImportSemaphoreFdInfoKHR::operator== ( ImportSemaphoreFdInfoKHR const rhs) const
inline

Definition at line 43123 of file vulkan_structs.hpp.

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

Definition at line 43086 of file vulkan_structs.hpp.

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

Definition at line 43073 of file vulkan_structs.hpp.

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

Definition at line 43080 of file vulkan_structs.hpp.

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

Definition at line 43061 of file vulkan_structs.hpp.

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

Definition at line 43067 of file vulkan_structs.hpp.

Member Data Documentation

const bool VULKAN_HPP_NAMESPACE::ImportSemaphoreFdInfoKHR::allowDuplicate = false
static

Definition at line 43026 of file vulkan_structs.hpp.

int VULKAN_HPP_NAMESPACE::ImportSemaphoreFdInfoKHR::fd = {}

Definition at line 43145 of file vulkan_structs.hpp.

VULKAN_HPP_NAMESPACE::SemaphoreImportFlags VULKAN_HPP_NAMESPACE::ImportSemaphoreFdInfoKHR::flags = {}

Definition at line 43143 of file vulkan_structs.hpp.

const void* VULKAN_HPP_NAMESPACE::ImportSemaphoreFdInfoKHR::pNext = {}

Definition at line 43141 of file vulkan_structs.hpp.

VULKAN_HPP_NAMESPACE::Semaphore VULKAN_HPP_NAMESPACE::ImportSemaphoreFdInfoKHR::semaphore = {}

Definition at line 43142 of file vulkan_structs.hpp.

VULKAN_HPP_CONST_OR_CONSTEXPR StructureType VULKAN_HPP_NAMESPACE::ImportSemaphoreFdInfoKHR::structureType = StructureType::eImportSemaphoreFdInfoKHR
static

Definition at line 43027 of file vulkan_structs.hpp.

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

Definition at line 43140 of file vulkan_structs.hpp.


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