HDK
|
#include <vulkan_handles.hpp>
Public Types | |
using | CType = VkEvent |
using | NativeType = VkEvent |
Public Member Functions | |
VULKAN_HPP_CONSTEXPR | Event ()=default |
VULKAN_HPP_CONSTEXPR | Event (std::nullptr_t) VULKAN_HPP_NOEXCEPT |
VULKAN_HPP_TYPESAFE_EXPLICIT | Event (VkEvent event) VULKAN_HPP_NOEXCEPT |
Event & | operator= (std::nullptr_t) VULKAN_HPP_NOEXCEPT |
bool | operator== (Event const &rhs) const VULKAN_HPP_NOEXCEPT |
bool | operator!= (Event const &rhs) const VULKAN_HPP_NOEXCEPT |
bool | operator< (Event const &rhs) const VULKAN_HPP_NOEXCEPT |
VULKAN_HPP_TYPESAFE_EXPLICIT | operator VkEvent () const VULKAN_HPP_NOEXCEPT |
operator bool () const VULKAN_HPP_NOEXCEPT | |
bool | operator! () const VULKAN_HPP_NOEXCEPT |
Definition at line 3096 of file vulkan_handles.hpp.
using VULKAN_HPP_NAMESPACE::Event::CType = VkEvent |
Definition at line 3099 of file vulkan_handles.hpp.
using VULKAN_HPP_NAMESPACE::Event::NativeType = VkEvent |
Definition at line 3100 of file vulkan_handles.hpp.
|
default |
|
inline |
Definition at line 3108 of file vulkan_handles.hpp.
|
inline |
Definition at line 3109 of file vulkan_handles.hpp.
|
inlineexplicit |
Definition at line 3149 of file vulkan_handles.hpp.
|
inline |
Definition at line 3144 of file vulkan_handles.hpp.
|
inline |
Definition at line 3154 of file vulkan_handles.hpp.
|
inline |
Definition at line 3133 of file vulkan_handles.hpp.
|
inline |
Definition at line 3138 of file vulkan_handles.hpp.
|
inline |
Definition at line 3119 of file vulkan_handles.hpp.
|
inline |
Definition at line 3128 of file vulkan_handles.hpp.
|
static |
Definition at line 3103 of file vulkan_handles.hpp.
|
static |
Definition at line 3102 of file vulkan_handles.hpp.