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 |
Definition at line 3866 of file vulkan.hpp.
References m_fence, and VK_NULL_HANDLE.
|
inline |
|
inline |
Definition at line 3871 of file vulkan.hpp.
References m_fence, and VK_NULL_HANDLE.
|
inline |
Definition at line 3849 of file vulkan.hpp.
References m_fence.
|
inline |
Definition at line 3854 of file vulkan.hpp.
References m_fence.
|
inline |
Definition at line 3838 of file vulkan.hpp.
References m_fence, and VK_NULL_HANDLE.
|
inline |
Definition at line 3844 of file vulkan.hpp.
References m_fence.
|
private |
Definition at line 3877 of file vulkan.hpp.
Referenced by operator bool(), operator VkFence(), operator!(), operator!=(), operator<(), operator=(), and operator==().