SDL
2.0
|
#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 |
Definition at line 3815 of file vulkan.hpp.
|
inline |
Definition at line 3818 of file vulkan.hpp.
|
inline |
Definition at line 3822 of file vulkan.hpp.
|
inline |
Definition at line 3826 of file vulkan.hpp.
|
inlineexplicit |
|
inline |
Definition at line 3861 of file vulkan.hpp.
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
private |
Definition at line 3877 of file vulkan.hpp.
Referenced by operator!=(), operator<(), and operator==().