Vulkan-Hpp
vk::SemaphoreCreateInfo Struct Reference

#include <vulkan_structs.hpp>

Public Types

using NativeType = VkSemaphoreCreateInfo
 

Public Member Functions

VULKAN_HPP_CONSTEXPR SemaphoreCreateInfo (vk::SemaphoreCreateFlags flags_={}, const void *pNext_=nullptr) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR SemaphoreCreateInfo (SemaphoreCreateInfo const &rhs) VULKAN_HPP_NOEXCEPT=default
 
 SemaphoreCreateInfo (VkSemaphoreCreateInfo const &rhs) VULKAN_HPP_NOEXCEPT
 
SemaphoreCreateInfooperator= (SemaphoreCreateInfo const &rhs) VULKAN_HPP_NOEXCEPT=default
 
SemaphoreCreateInfooperator= (VkSemaphoreCreateInfo const &rhs) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR_14 SemaphoreCreateInfosetPNext (const void *pNext_) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR_14 SemaphoreCreateInfosetFlags (vk::SemaphoreCreateFlags flags_) VULKAN_HPP_NOEXCEPT
 
 operator VkSemaphoreCreateInfo const & () const VULKAN_HPP_NOEXCEPT
 
 operator VkSemaphoreCreateInfo & () VULKAN_HPP_NOEXCEPT
 
bool operator== (SemaphoreCreateInfo const &rhs) const VULKAN_HPP_NOEXCEPT
 
bool operator!= (SemaphoreCreateInfo const &rhs) const VULKAN_HPP_NOEXCEPT
 

Public Attributes

vk::StructureType sType = StructureType::eSemaphoreCreateInfo
 
const void * pNext = {}
 
vk::SemaphoreCreateFlags flags = {}
 

Static Public Attributes

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

Detailed Description

Definition at line 105761 of file vulkan_structs.hpp.

Member Typedef Documentation

◆ NativeType

Constructor & Destructor Documentation

◆ SemaphoreCreateInfo() [1/3]

VULKAN_HPP_CONSTEXPR vk::SemaphoreCreateInfo::SemaphoreCreateInfo ( vk::SemaphoreCreateFlags  flags_ = {},
const void *  pNext_ = nullptr 
)
inline

Definition at line 105769 of file vulkan_structs.hpp.

◆ SemaphoreCreateInfo() [2/3]

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

◆ SemaphoreCreateInfo() [3/3]

vk::SemaphoreCreateInfo::SemaphoreCreateInfo ( VkSemaphoreCreateInfo const &  rhs)
inline

Definition at line 105777 of file vulkan_structs.hpp.

Member Function Documentation

◆ operator VkSemaphoreCreateInfo &()

vk::SemaphoreCreateInfo::operator VkSemaphoreCreateInfo & ( )
inline

Definition at line 105809 of file vulkan_structs.hpp.

◆ operator VkSemaphoreCreateInfo const &()

vk::SemaphoreCreateInfo::operator VkSemaphoreCreateInfo const & ( ) const
inline

Definition at line 105804 of file vulkan_structs.hpp.

◆ operator!=()

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

Definition at line 105838 of file vulkan_structs.hpp.

◆ operator=() [1/2]

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

◆ operator=() [2/2]

SemaphoreCreateInfo& vk::SemaphoreCreateInfo::operator= ( VkSemaphoreCreateInfo const &  rhs)
inline

Definition at line 105784 of file vulkan_structs.hpp.

◆ operator==()

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

Definition at line 105829 of file vulkan_structs.hpp.

◆ setFlags()

VULKAN_HPP_CONSTEXPR_14 SemaphoreCreateInfo& vk::SemaphoreCreateInfo::setFlags ( vk::SemaphoreCreateFlags  flags_)
inline

Definition at line 105797 of file vulkan_structs.hpp.

◆ setPNext()

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

Definition at line 105791 of file vulkan_structs.hpp.

Member Data Documentation

◆ allowDuplicate

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

Definition at line 105765 of file vulkan_structs.hpp.

◆ flags

vk::SemaphoreCreateFlags vk::SemaphoreCreateInfo::flags = {}

Definition at line 105847 of file vulkan_structs.hpp.

◆ pNext

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

Definition at line 105846 of file vulkan_structs.hpp.

◆ structureType

VULKAN_HPP_CONST_OR_CONSTEXPR StructureType vk::SemaphoreCreateInfo::structureType = StructureType::eSemaphoreCreateInfo
static

Definition at line 105766 of file vulkan_structs.hpp.

◆ sType

vk::StructureType vk::SemaphoreCreateInfo::sType = StructureType::eSemaphoreCreateInfo

Definition at line 105845 of file vulkan_structs.hpp.


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