RetroArch
|
#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 |
|
inline |
|
inline |
|
inline |
|
inlineexplicit |
|
inline |
|
inline |
|
inline |
|
inline |
|
private |