Vulkan-Hpp
vk::PhysicalDeviceExternalSemaphoreInfo Struct Reference

#include <vulkan_structs.hpp>

Public Types

using NativeType = VkPhysicalDeviceExternalSemaphoreInfo
 

Public Member Functions

VULKAN_HPP_CONSTEXPR PhysicalDeviceExternalSemaphoreInfo (vk::ExternalSemaphoreHandleTypeFlagBits handleType_=vk::ExternalSemaphoreHandleTypeFlagBits::eOpaqueFd, const void *pNext_=nullptr) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR PhysicalDeviceExternalSemaphoreInfo (PhysicalDeviceExternalSemaphoreInfo const &rhs) VULKAN_HPP_NOEXCEPT=default
 
 PhysicalDeviceExternalSemaphoreInfo (VkPhysicalDeviceExternalSemaphoreInfo const &rhs) VULKAN_HPP_NOEXCEPT
 
PhysicalDeviceExternalSemaphoreInfooperator= (PhysicalDeviceExternalSemaphoreInfo const &rhs) VULKAN_HPP_NOEXCEPT=default
 
PhysicalDeviceExternalSemaphoreInfooperator= (VkPhysicalDeviceExternalSemaphoreInfo const &rhs) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR_14 PhysicalDeviceExternalSemaphoreInfosetPNext (const void *pNext_) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR_14 PhysicalDeviceExternalSemaphoreInfosetHandleType (vk::ExternalSemaphoreHandleTypeFlagBits handleType_) VULKAN_HPP_NOEXCEPT
 
 operator VkPhysicalDeviceExternalSemaphoreInfo const & () const VULKAN_HPP_NOEXCEPT
 
 operator VkPhysicalDeviceExternalSemaphoreInfo & () VULKAN_HPP_NOEXCEPT
 
bool operator== (PhysicalDeviceExternalSemaphoreInfo const &rhs) const VULKAN_HPP_NOEXCEPT
 
bool operator!= (PhysicalDeviceExternalSemaphoreInfo const &rhs) const VULKAN_HPP_NOEXCEPT
 

Public Attributes

vk::StructureType sType = StructureType::ePhysicalDeviceExternalSemaphoreInfo
 
const void * pNext = {}
 
vk::ExternalSemaphoreHandleTypeFlagBits handleType = vk::ExternalSemaphoreHandleTypeFlagBits::eOpaqueFd
 

Static Public Attributes

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

Detailed Description

Definition at line 65066 of file vulkan_structs.hpp.

Member Typedef Documentation

◆ NativeType

Constructor & Destructor Documentation

◆ PhysicalDeviceExternalSemaphoreInfo() [1/3]

VULKAN_HPP_CONSTEXPR vk::PhysicalDeviceExternalSemaphoreInfo::PhysicalDeviceExternalSemaphoreInfo ( vk::ExternalSemaphoreHandleTypeFlagBits  handleType_ = vk::ExternalSemaphoreHandleTypeFlagBits::eOpaqueFd,
const void *  pNext_ = nullptr 
)
inline

Definition at line 65074 of file vulkan_structs.hpp.

◆ PhysicalDeviceExternalSemaphoreInfo() [2/3]

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

◆ PhysicalDeviceExternalSemaphoreInfo() [3/3]

vk::PhysicalDeviceExternalSemaphoreInfo::PhysicalDeviceExternalSemaphoreInfo ( VkPhysicalDeviceExternalSemaphoreInfo const &  rhs)
inline

Definition at line 65084 of file vulkan_structs.hpp.

Member Function Documentation

◆ operator VkPhysicalDeviceExternalSemaphoreInfo &()

vk::PhysicalDeviceExternalSemaphoreInfo::operator VkPhysicalDeviceExternalSemaphoreInfo & ( )
inline

Definition at line 65118 of file vulkan_structs.hpp.

◆ operator VkPhysicalDeviceExternalSemaphoreInfo const &()

vk::PhysicalDeviceExternalSemaphoreInfo::operator VkPhysicalDeviceExternalSemaphoreInfo const & ( ) const
inline

Definition at line 65113 of file vulkan_structs.hpp.

◆ operator!=()

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

Definition at line 65147 of file vulkan_structs.hpp.

◆ operator=() [1/2]

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

◆ operator=() [2/2]

PhysicalDeviceExternalSemaphoreInfo& vk::PhysicalDeviceExternalSemaphoreInfo::operator= ( VkPhysicalDeviceExternalSemaphoreInfo const &  rhs)
inline

Definition at line 65092 of file vulkan_structs.hpp.

◆ operator==()

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

Definition at line 65138 of file vulkan_structs.hpp.

◆ setHandleType()

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

Definition at line 65106 of file vulkan_structs.hpp.

◆ setPNext()

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

Definition at line 65099 of file vulkan_structs.hpp.

Member Data Documentation

◆ allowDuplicate

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

Definition at line 65070 of file vulkan_structs.hpp.

◆ handleType

Definition at line 65156 of file vulkan_structs.hpp.

◆ pNext

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

Definition at line 65155 of file vulkan_structs.hpp.

◆ structureType

VULKAN_HPP_CONST_OR_CONSTEXPR StructureType vk::PhysicalDeviceExternalSemaphoreInfo::structureType = StructureType::ePhysicalDeviceExternalSemaphoreInfo
static

Definition at line 65071 of file vulkan_structs.hpp.

◆ sType

vk::StructureType vk::PhysicalDeviceExternalSemaphoreInfo::sType = StructureType::ePhysicalDeviceExternalSemaphoreInfo

Definition at line 65154 of file vulkan_structs.hpp.


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