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

#include <vulkan_structs.hpp>

Public Types

using NativeType = VkSemaphoreCreateInfo
 

Public Member Functions

VULKAN_HPP_CONSTEXPR SemaphoreCreateInfo (VULKAN_HPP_NAMESPACE::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
SemaphoreCreateInfo
setPNext (const void *pNext_) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR_14
SemaphoreCreateInfo
setFlags (VULKAN_HPP_NAMESPACE::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

VULKAN_HPP_NAMESPACE::StructureType sType = StructureType::eSemaphoreCreateInfo
 
const voidpNext = {}
 
VULKAN_HPP_NAMESPACE::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 91176 of file vulkan_structs.hpp.

Member Typedef Documentation

Constructor & Destructor Documentation

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

Definition at line 91184 of file vulkan_structs.hpp.

VULKAN_HPP_CONSTEXPR VULKAN_HPP_NAMESPACE::SemaphoreCreateInfo::SemaphoreCreateInfo ( SemaphoreCreateInfo const rhs)
default
VULKAN_HPP_NAMESPACE::SemaphoreCreateInfo::SemaphoreCreateInfo ( VkSemaphoreCreateInfo const rhs)
inline

Definition at line 91192 of file vulkan_structs.hpp.

Member Function Documentation

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

Definition at line 91224 of file vulkan_structs.hpp.

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

Definition at line 91219 of file vulkan_structs.hpp.

SemaphoreCreateInfo& VULKAN_HPP_NAMESPACE::SemaphoreCreateInfo::operator= ( SemaphoreCreateInfo const rhs)
default
SemaphoreCreateInfo& VULKAN_HPP_NAMESPACE::SemaphoreCreateInfo::operator= ( VkSemaphoreCreateInfo const rhs)
inline

Definition at line 91199 of file vulkan_structs.hpp.

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

Definition at line 91244 of file vulkan_structs.hpp.

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

Definition at line 91212 of file vulkan_structs.hpp.

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

Definition at line 91206 of file vulkan_structs.hpp.

Member Data Documentation

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

Definition at line 91180 of file vulkan_structs.hpp.

VULKAN_HPP_NAMESPACE::SemaphoreCreateFlags VULKAN_HPP_NAMESPACE::SemaphoreCreateInfo::flags = {}

Definition at line 91262 of file vulkan_structs.hpp.

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

Definition at line 91261 of file vulkan_structs.hpp.

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

Definition at line 91181 of file vulkan_structs.hpp.

VULKAN_HPP_NAMESPACE::StructureType VULKAN_HPP_NAMESPACE::SemaphoreCreateInfo::sType = StructureType::eSemaphoreCreateInfo

Definition at line 91260 of file vulkan_structs.hpp.


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