Vulkan-Hpp
|
#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 |
Static Public Attributes | |
static VULKAN_HPP_CONST_OR_CONSTEXPR vk::ObjectType | objectType = vk::ObjectType::eEvent |
static VULKAN_HPP_CONST_OR_CONSTEXPR vk::DebugReportObjectTypeEXT | debugReportObjectType |
Definition at line 4003 of file vulkan_handles.hpp.
using vk::Event::CType = VkEvent |
Definition at line 4006 of file vulkan_handles.hpp.
using vk::Event::NativeType = VkEvent |
Definition at line 4007 of file vulkan_handles.hpp.
|
default |
|
inline |
Definition at line 4016 of file vulkan_handles.hpp.
|
inline |
Definition at line 4018 of file vulkan_handles.hpp.
|
inlineexplicit |
Definition at line 4058 of file vulkan_handles.hpp.
|
inline |
Definition at line 4053 of file vulkan_handles.hpp.
|
inline |
Definition at line 4063 of file vulkan_handles.hpp.
|
inline |
Definition at line 4042 of file vulkan_handles.hpp.
|
inline |
Definition at line 4047 of file vulkan_handles.hpp.
|
inline |
Definition at line 4028 of file vulkan_handles.hpp.
|
inline |
Definition at line 4037 of file vulkan_handles.hpp.
|
static |
Definition at line 4010 of file vulkan_handles.hpp.
|
static |
Definition at line 4009 of file vulkan_handles.hpp.