Vulkan-Hpp
|
#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 |
Static Public Attributes | |
static VULKAN_HPP_CONST_OR_CONSTEXPR vk::ObjectType | objectType = vk::ObjectType::eFence |
static VULKAN_HPP_CONST_OR_CONSTEXPR vk::DebugReportObjectTypeEXT | debugReportObjectType |
Definition at line 2876 of file vulkan_handles.hpp.
using vk::Fence::CType = VkFence |
Definition at line 2879 of file vulkan_handles.hpp.
using vk::Fence::NativeType = VkFence |
Definition at line 2880 of file vulkan_handles.hpp.
|
default |
|
inline |
Definition at line 2889 of file vulkan_handles.hpp.
|
inline |
Definition at line 2891 of file vulkan_handles.hpp.
|
inlineexplicit |
Definition at line 2931 of file vulkan_handles.hpp.
|
inline |
Definition at line 2926 of file vulkan_handles.hpp.
|
inline |
Definition at line 2936 of file vulkan_handles.hpp.
|
inline |
Definition at line 2915 of file vulkan_handles.hpp.
|
inline |
Definition at line 2920 of file vulkan_handles.hpp.
|
inline |
Definition at line 2901 of file vulkan_handles.hpp.
|
inline |
Definition at line 2910 of file vulkan_handles.hpp.
|
static |
Definition at line 2883 of file vulkan_handles.hpp.
|
static |
Definition at line 2882 of file vulkan_handles.hpp.