Vulkan-Hpp
vk::Fence Class Reference

#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
 
Fenceoperator= (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
 

Detailed Description

Definition at line 2876 of file vulkan_handles.hpp.

Member Typedef Documentation

◆ CType

Definition at line 2879 of file vulkan_handles.hpp.

◆ NativeType

Definition at line 2880 of file vulkan_handles.hpp.

Constructor & Destructor Documentation

◆ Fence() [1/3]

VULKAN_HPP_CONSTEXPR vk::Fence::Fence ( )
default

◆ Fence() [2/3]

VULKAN_HPP_CONSTEXPR vk::Fence::Fence ( std::nullptr_t  )
inline

Definition at line 2889 of file vulkan_handles.hpp.

◆ Fence() [3/3]

VULKAN_HPP_TYPESAFE_EXPLICIT vk::Fence::Fence ( VkFence  fence)
inline

Definition at line 2891 of file vulkan_handles.hpp.

Member Function Documentation

◆ operator bool()

vk::Fence::operator bool ( ) const
inlineexplicit

Definition at line 2931 of file vulkan_handles.hpp.

◆ operator VkFence()

VULKAN_HPP_TYPESAFE_EXPLICIT vk::Fence::operator VkFence ( ) const
inline

Definition at line 2926 of file vulkan_handles.hpp.

◆ operator!()

bool vk::Fence::operator! ( ) const
inline

Definition at line 2936 of file vulkan_handles.hpp.

◆ operator!=()

bool vk::Fence::operator!= ( Fence const &  rhs) const
inline

Definition at line 2915 of file vulkan_handles.hpp.

◆ operator<()

bool vk::Fence::operator< ( Fence const &  rhs) const
inline

Definition at line 2920 of file vulkan_handles.hpp.

◆ operator=()

Fence& vk::Fence::operator= ( std::nullptr_t  )
inline

Definition at line 2901 of file vulkan_handles.hpp.

◆ operator==()

bool vk::Fence::operator== ( Fence const &  rhs) const
inline

Definition at line 2910 of file vulkan_handles.hpp.

Member Data Documentation

◆ debugReportObjectType

◆ objectType

Definition at line 2882 of file vulkan_handles.hpp.


The documentation for this class was generated from the following file: