HDK
|
#include <vulkan_handles.hpp>
Public Types | |
using | CType = VkFence |
using | NativeType = VkFence |
Public Member Functions | |
VULKAN_HPP_CONSTEXPR | Fence ()=default |
VULKAN_HPP_CONSTEXPR | Fence (std::nullptr_t) VULKAN_HPP_NOEXCEPT |
VULKAN_HPP_TYPESAFE_EXPLICIT | Fence (VkFence fence) VULKAN_HPP_NOEXCEPT |
Fence & | operator= (std::nullptr_t) VULKAN_HPP_NOEXCEPT |
bool | operator== (Fence const &rhs) const VULKAN_HPP_NOEXCEPT |
bool | operator!= (Fence const &rhs) const VULKAN_HPP_NOEXCEPT |
bool | operator< (Fence const &rhs) const VULKAN_HPP_NOEXCEPT |
VULKAN_HPP_TYPESAFE_EXPLICIT | operator VkFence () const VULKAN_HPP_NOEXCEPT |
operator bool () const VULKAN_HPP_NOEXCEPT | |
bool | operator! () const VULKAN_HPP_NOEXCEPT |
Definition at line 2075 of file vulkan_handles.hpp.
using VULKAN_HPP_NAMESPACE::Fence::CType = VkFence |
Definition at line 2078 of file vulkan_handles.hpp.
using VULKAN_HPP_NAMESPACE::Fence::NativeType = VkFence |
Definition at line 2079 of file vulkan_handles.hpp.
|
default |
|
inline |
Definition at line 2087 of file vulkan_handles.hpp.
|
inline |
Definition at line 2088 of file vulkan_handles.hpp.
|
inlineexplicit |
Definition at line 2128 of file vulkan_handles.hpp.
|
inline |
Definition at line 2123 of file vulkan_handles.hpp.
|
inline |
Definition at line 2133 of file vulkan_handles.hpp.
|
inline |
Definition at line 2112 of file vulkan_handles.hpp.
|
inline |
Definition at line 2117 of file vulkan_handles.hpp.
|
inline |
Definition at line 2098 of file vulkan_handles.hpp.
|
inline |
Definition at line 2107 of file vulkan_handles.hpp.
|
static |
Definition at line 2082 of file vulkan_handles.hpp.
|
static |
Definition at line 2081 of file vulkan_handles.hpp.