RetroArch
|
#include <vulkan.hpp>
Public Member Functions | |
VULKAN_HPP_CONSTEXPR | Fence () |
VULKAN_HPP_CONSTEXPR | Fence (std::nullptr_t) |
VULKAN_HPP_TYPESAFE_EXPLICIT | Fence (VkFence fence) |
Fence & | operator= (std::nullptr_t) |
bool | operator== (Fence const &rhs) const |
bool | operator!= (Fence const &rhs) const |
bool | operator< (Fence const &rhs) const |
VULKAN_HPP_TYPESAFE_EXPLICIT | operator VkFence () const |
operator bool () const | |
bool | operator! () const |
Private Attributes | |
VkFence | m_fence |
|
inline |
|
inline |
|
inline |
|
inlineexplicit |
|
inline |
|
inline |
|
inline |
|
inline |
|
private |