Vulkan-Hpp
vk::Semaphore Class Reference

#include <vulkan_handles.hpp>

Public Types

using CType = VkSemaphore
 
using NativeType = VkSemaphore
 

Public Member Functions

VULKAN_HPP_CONSTEXPR Semaphore ()=default
 
VULKAN_HPP_CONSTEXPR Semaphore (std::nullptr_t) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_TYPESAFE_EXPLICIT Semaphore (VkSemaphore semaphore) VULKAN_HPP_NOEXCEPT
 
Semaphoreoperator= (std::nullptr_t) VULKAN_HPP_NOEXCEPT
 
bool operator== (Semaphore const &rhs) const VULKAN_HPP_NOEXCEPT
 
bool operator!= (Semaphore const &rhs) const VULKAN_HPP_NOEXCEPT
 
bool operator< (Semaphore const &rhs) const VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_TYPESAFE_EXPLICIT operator VkSemaphore () const VULKAN_HPP_NOEXCEPT
 
 operator bool () const VULKAN_HPP_NOEXCEPT
 
bool operator! () const VULKAN_HPP_NOEXCEPT
 

Static Public Attributes

static VULKAN_HPP_CONST_OR_CONSTEXPR vk::ObjectType objectType = vk::ObjectType::eSemaphore
 
static VULKAN_HPP_CONST_OR_CONSTEXPR vk::DebugReportObjectTypeEXT debugReportObjectType
 

Detailed Description

Definition at line 2789 of file vulkan_handles.hpp.

Member Typedef Documentation

◆ CType

Definition at line 2792 of file vulkan_handles.hpp.

◆ NativeType

Definition at line 2793 of file vulkan_handles.hpp.

Constructor & Destructor Documentation

◆ Semaphore() [1/3]

VULKAN_HPP_CONSTEXPR vk::Semaphore::Semaphore ( )
default

◆ Semaphore() [2/3]

VULKAN_HPP_CONSTEXPR vk::Semaphore::Semaphore ( std::nullptr_t  )
inline

Definition at line 2802 of file vulkan_handles.hpp.

◆ Semaphore() [3/3]

VULKAN_HPP_TYPESAFE_EXPLICIT vk::Semaphore::Semaphore ( VkSemaphore  semaphore)
inline

Definition at line 2804 of file vulkan_handles.hpp.

Member Function Documentation

◆ operator bool()

vk::Semaphore::operator bool ( ) const
inlineexplicit

Definition at line 2844 of file vulkan_handles.hpp.

◆ operator VkSemaphore()

VULKAN_HPP_TYPESAFE_EXPLICIT vk::Semaphore::operator VkSemaphore ( ) const
inline

Definition at line 2839 of file vulkan_handles.hpp.

◆ operator!()

bool vk::Semaphore::operator! ( ) const
inline

Definition at line 2849 of file vulkan_handles.hpp.

◆ operator!=()

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

Definition at line 2828 of file vulkan_handles.hpp.

◆ operator<()

bool vk::Semaphore::operator< ( Semaphore const &  rhs) const
inline

Definition at line 2833 of file vulkan_handles.hpp.

◆ operator=()

Semaphore& vk::Semaphore::operator= ( std::nullptr_t  )
inline

Definition at line 2814 of file vulkan_handles.hpp.

◆ operator==()

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

Definition at line 2823 of file vulkan_handles.hpp.

Member Data Documentation

◆ debugReportObjectType

VULKAN_HPP_CONST_OR_CONSTEXPR vk::DebugReportObjectTypeEXT vk::Semaphore::debugReportObjectType
static

◆ objectType

Definition at line 2795 of file vulkan_handles.hpp.


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