Vulkan-Hpp
|
#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 |
Static Public Attributes | |
static VULKAN_HPP_CONST_OR_CONSTEXPR vk::ObjectType | objectType = vk::ObjectType::eSemaphore |
static VULKAN_HPP_CONST_OR_CONSTEXPR vk::DebugReportObjectTypeEXT | debugReportObjectType |
Definition at line 2789 of file vulkan_handles.hpp.
using vk::Semaphore::CType = VkSemaphore |
Definition at line 2792 of file vulkan_handles.hpp.
using vk::Semaphore::NativeType = VkSemaphore |
Definition at line 2793 of file vulkan_handles.hpp.
|
default |
|
inline |
Definition at line 2802 of file vulkan_handles.hpp.
|
inline |
Definition at line 2804 of file vulkan_handles.hpp.
|
inlineexplicit |
Definition at line 2844 of file vulkan_handles.hpp.
|
inline |
Definition at line 2839 of file vulkan_handles.hpp.
|
inline |
Definition at line 2849 of file vulkan_handles.hpp.
|
inline |
Definition at line 2828 of file vulkan_handles.hpp.
|
inline |
Definition at line 2833 of file vulkan_handles.hpp.
|
inline |
Definition at line 2814 of file vulkan_handles.hpp.
|
inline |
Definition at line 2823 of file vulkan_handles.hpp.
|
static |
Definition at line 2796 of file vulkan_handles.hpp.
|
static |
Definition at line 2795 of file vulkan_handles.hpp.