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

#include <vulkan_structs.hpp>

Public Types

using NativeType = VkSemaphoreGetFdInfoKHR
 

Public Member Functions

VULKAN_HPP_CONSTEXPR SemaphoreGetFdInfoKHR (VULKAN_HPP_NAMESPACE::Semaphore semaphore_={}, VULKAN_HPP_NAMESPACE::ExternalSemaphoreHandleTypeFlagBits handleType_=VULKAN_HPP_NAMESPACE::ExternalSemaphoreHandleTypeFlagBits::eOpaqueFd, const void *pNext_=nullptr) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR SemaphoreGetFdInfoKHR (SemaphoreGetFdInfoKHR const &rhs) VULKAN_HPP_NOEXCEPT=default
 
 SemaphoreGetFdInfoKHR (VkSemaphoreGetFdInfoKHR const &rhs) VULKAN_HPP_NOEXCEPT
 
SemaphoreGetFdInfoKHRoperator= (SemaphoreGetFdInfoKHR const &rhs) VULKAN_HPP_NOEXCEPT=default
 
SemaphoreGetFdInfoKHRoperator= (VkSemaphoreGetFdInfoKHR const &rhs) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR_14
SemaphoreGetFdInfoKHR
setPNext (const void *pNext_) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR_14
SemaphoreGetFdInfoKHR
setSemaphore (VULKAN_HPP_NAMESPACE::Semaphore semaphore_) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR_14
SemaphoreGetFdInfoKHR
setHandleType (VULKAN_HPP_NAMESPACE::ExternalSemaphoreHandleTypeFlagBits handleType_) VULKAN_HPP_NOEXCEPT
 
 operator VkSemaphoreGetFdInfoKHR const & () const VULKAN_HPP_NOEXCEPT
 
 operator VkSemaphoreGetFdInfoKHR & () VULKAN_HPP_NOEXCEPT
 
bool operator== (SemaphoreGetFdInfoKHR const &rhs) const VULKAN_HPP_NOEXCEPT
 
bool operator!= (SemaphoreGetFdInfoKHR const &rhs) const VULKAN_HPP_NOEXCEPT
 

Public Attributes

VULKAN_HPP_NAMESPACE::StructureType sType = StructureType::eSemaphoreGetFdInfoKHR
 
const voidpNext = {}
 
VULKAN_HPP_NAMESPACE::Semaphore semaphore = {}
 
VULKAN_HPP_NAMESPACE::ExternalSemaphoreHandleTypeFlagBits handleType = VULKAN_HPP_NAMESPACE::ExternalSemaphoreHandleTypeFlagBits::eOpaqueFd
 

Static Public Attributes

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

Detailed Description

Definition at line 91271 of file vulkan_structs.hpp.

Member Typedef Documentation

Constructor & Destructor Documentation

VULKAN_HPP_CONSTEXPR VULKAN_HPP_NAMESPACE::SemaphoreGetFdInfoKHR::SemaphoreGetFdInfoKHR ( VULKAN_HPP_NAMESPACE::Semaphore  semaphore_ = {},
VULKAN_HPP_NAMESPACE::ExternalSemaphoreHandleTypeFlagBits  handleType_ = VULKAN_HPP_NAMESPACE::ExternalSemaphoreHandleTypeFlagBits::eOpaqueFd,
const void pNext_ = nullptr 
)
inline

Definition at line 91279 of file vulkan_structs.hpp.

VULKAN_HPP_CONSTEXPR VULKAN_HPP_NAMESPACE::SemaphoreGetFdInfoKHR::SemaphoreGetFdInfoKHR ( SemaphoreGetFdInfoKHR const rhs)
default
VULKAN_HPP_NAMESPACE::SemaphoreGetFdInfoKHR::SemaphoreGetFdInfoKHR ( VkSemaphoreGetFdInfoKHR const rhs)
inline

Definition at line 91291 of file vulkan_structs.hpp.

Member Function Documentation

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

Definition at line 91330 of file vulkan_structs.hpp.

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

Definition at line 91325 of file vulkan_structs.hpp.

SemaphoreGetFdInfoKHR& VULKAN_HPP_NAMESPACE::SemaphoreGetFdInfoKHR::operator= ( SemaphoreGetFdInfoKHR const rhs)
default
SemaphoreGetFdInfoKHR& VULKAN_HPP_NAMESPACE::SemaphoreGetFdInfoKHR::operator= ( VkSemaphoreGetFdInfoKHR const rhs)
inline

Definition at line 91299 of file vulkan_structs.hpp.

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

Definition at line 91353 of file vulkan_structs.hpp.

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

Definition at line 91318 of file vulkan_structs.hpp.

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

Definition at line 91306 of file vulkan_structs.hpp.

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

Definition at line 91312 of file vulkan_structs.hpp.

Member Data Documentation

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

Definition at line 91275 of file vulkan_structs.hpp.

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

Definition at line 91370 of file vulkan_structs.hpp.

VULKAN_HPP_NAMESPACE::Semaphore VULKAN_HPP_NAMESPACE::SemaphoreGetFdInfoKHR::semaphore = {}

Definition at line 91371 of file vulkan_structs.hpp.

VULKAN_HPP_CONST_OR_CONSTEXPR StructureType VULKAN_HPP_NAMESPACE::SemaphoreGetFdInfoKHR::structureType = StructureType::eSemaphoreGetFdInfoKHR
static

Definition at line 91276 of file vulkan_structs.hpp.

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

Definition at line 91369 of file vulkan_structs.hpp.


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