SDL
2.0
|
#include <vulkan.hpp>
Public Member Functions | |
VULKAN_HPP_CONSTEXPR | Event () |
VULKAN_HPP_CONSTEXPR | Event (std::nullptr_t) |
VULKAN_HPP_TYPESAFE_EXPLICIT | Event (VkEvent event) |
Event & | operator= (std::nullptr_t) |
bool | operator== (Event const &rhs) const |
bool | operator!= (Event const &rhs) const |
bool | operator< (Event const &rhs) const |
VULKAN_HPP_TYPESAFE_EXPLICIT | operator VkEvent () const |
operator bool () const | |
bool | operator! () const |
Private Attributes | |
VkEvent | m_event |
Definition at line 3949 of file vulkan.hpp.
|
inline |
Definition at line 3952 of file vulkan.hpp.
|
inline |
Definition at line 3956 of file vulkan.hpp.
|
inline |
Definition at line 3960 of file vulkan.hpp.
|
inlineexplicit |
Definition at line 4000 of file vulkan.hpp.
References m_event, and VK_NULL_HANDLE.
|
inline |
|
inline |
Definition at line 4005 of file vulkan.hpp.
References m_event, and VK_NULL_HANDLE.
|
inline |
Definition at line 3983 of file vulkan.hpp.
References m_event.
|
inline |
Definition at line 3988 of file vulkan.hpp.
References m_event.
|
inline |
Definition at line 3972 of file vulkan.hpp.
References m_event, and VK_NULL_HANDLE.
|
inline |
Definition at line 3978 of file vulkan.hpp.
References m_event.
|
private |
Definition at line 4011 of file vulkan.hpp.
Referenced by operator bool(), operator VkEvent(), operator!(), operator!=(), operator<(), operator=(), and operator==().