HDK
|
#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 |
Semaphore & | operator= (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 |
Definition at line 1990 of file vulkan_handles.hpp.
using VULKAN_HPP_NAMESPACE::Semaphore::CType = VkSemaphore |
Definition at line 1993 of file vulkan_handles.hpp.
using VULKAN_HPP_NAMESPACE::Semaphore::NativeType = VkSemaphore |
Definition at line 1994 of file vulkan_handles.hpp.
|
default |
|
inline |
Definition at line 2002 of file vulkan_handles.hpp.
|
inline |
Definition at line 2003 of file vulkan_handles.hpp.
|
inlineexplicit |
Definition at line 2043 of file vulkan_handles.hpp.
|
inline |
Definition at line 2038 of file vulkan_handles.hpp.
|
inline |
Definition at line 2048 of file vulkan_handles.hpp.
|
inline |
Definition at line 2027 of file vulkan_handles.hpp.
|
inline |
Definition at line 2032 of file vulkan_handles.hpp.
|
inline |
Definition at line 2013 of file vulkan_handles.hpp.
|
inline |
Definition at line 2022 of file vulkan_handles.hpp.
|
static |
Definition at line 1997 of file vulkan_handles.hpp.
|
static |
Definition at line 1996 of file vulkan_handles.hpp.