Vulkan-Hpp
vk::SemaphoreGetFdInfoKHR Struct Reference

#include <vulkan_structs.hpp>

Public Types

using NativeType = VkSemaphoreGetFdInfoKHR
 

Public Member Functions

VULKAN_HPP_CONSTEXPR SemaphoreGetFdInfoKHR (vk::Semaphore semaphore_={}, vk::ExternalSemaphoreHandleTypeFlagBits handleType_=vk::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 SemaphoreGetFdInfoKHRsetPNext (const void *pNext_) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR_14 SemaphoreGetFdInfoKHRsetSemaphore (vk::Semaphore semaphore_) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR_14 SemaphoreGetFdInfoKHRsetHandleType (vk::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

vk::StructureType sType = StructureType::eSemaphoreGetFdInfoKHR
 
const void * pNext = {}
 
vk::Semaphore semaphore = {}
 
vk::ExternalSemaphoreHandleTypeFlagBits handleType = vk::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 105856 of file vulkan_structs.hpp.

Member Typedef Documentation

◆ NativeType

Constructor & Destructor Documentation

◆ SemaphoreGetFdInfoKHR() [1/3]

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

Definition at line 105864 of file vulkan_structs.hpp.

◆ SemaphoreGetFdInfoKHR() [2/3]

VULKAN_HPP_CONSTEXPR vk::SemaphoreGetFdInfoKHR::SemaphoreGetFdInfoKHR ( SemaphoreGetFdInfoKHR const &  rhs)
default

◆ SemaphoreGetFdInfoKHR() [3/3]

vk::SemaphoreGetFdInfoKHR::SemaphoreGetFdInfoKHR ( VkSemaphoreGetFdInfoKHR const &  rhs)
inline

Definition at line 105876 of file vulkan_structs.hpp.

Member Function Documentation

◆ operator VkSemaphoreGetFdInfoKHR &()

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

Definition at line 105915 of file vulkan_structs.hpp.

◆ operator VkSemaphoreGetFdInfoKHR const &()

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

Definition at line 105910 of file vulkan_structs.hpp.

◆ operator!=()

bool vk::SemaphoreGetFdInfoKHR::operator!= ( SemaphoreGetFdInfoKHR const &  rhs) const
inline

Definition at line 105947 of file vulkan_structs.hpp.

◆ operator=() [1/2]

SemaphoreGetFdInfoKHR& vk::SemaphoreGetFdInfoKHR::operator= ( SemaphoreGetFdInfoKHR const &  rhs)
default

◆ operator=() [2/2]

SemaphoreGetFdInfoKHR& vk::SemaphoreGetFdInfoKHR::operator= ( VkSemaphoreGetFdInfoKHR const &  rhs)
inline

Definition at line 105884 of file vulkan_structs.hpp.

◆ operator==()

bool vk::SemaphoreGetFdInfoKHR::operator== ( SemaphoreGetFdInfoKHR const &  rhs) const
inline

Definition at line 105938 of file vulkan_structs.hpp.

◆ setHandleType()

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

Definition at line 105903 of file vulkan_structs.hpp.

◆ setPNext()

VULKAN_HPP_CONSTEXPR_14 SemaphoreGetFdInfoKHR& vk::SemaphoreGetFdInfoKHR::setPNext ( const void *  pNext_)
inline

Definition at line 105891 of file vulkan_structs.hpp.

◆ setSemaphore()

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

Definition at line 105897 of file vulkan_structs.hpp.

Member Data Documentation

◆ allowDuplicate

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

Definition at line 105860 of file vulkan_structs.hpp.

◆ handleType

◆ pNext

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

Definition at line 105955 of file vulkan_structs.hpp.

◆ semaphore

vk::Semaphore vk::SemaphoreGetFdInfoKHR::semaphore = {}

Definition at line 105956 of file vulkan_structs.hpp.

◆ structureType

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

Definition at line 105861 of file vulkan_structs.hpp.

◆ sType

vk::StructureType vk::SemaphoreGetFdInfoKHR::sType = StructureType::eSemaphoreGetFdInfoKHR

Definition at line 105954 of file vulkan_structs.hpp.


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