HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
VULKAN_HPP_NAMESPACE::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
VULKAN_HPP_NAMESPACE::ObjectType 
objectType = VULKAN_HPP_NAMESPACE::ObjectType::eFence
 
static
VULKAN_HPP_CONST_OR_CONSTEXPR
VULKAN_HPP_NAMESPACE::DebugReportObjectTypeEXT 
debugReportObjectType
 

Detailed Description

Definition at line 2075 of file vulkan_handles.hpp.

Member Typedef Documentation

Definition at line 2078 of file vulkan_handles.hpp.

Definition at line 2079 of file vulkan_handles.hpp.

Constructor & Destructor Documentation

VULKAN_HPP_CONSTEXPR VULKAN_HPP_NAMESPACE::Fence::Fence ( )
default
VULKAN_HPP_CONSTEXPR VULKAN_HPP_NAMESPACE::Fence::Fence ( std::nullptr_t  )
inline

Definition at line 2087 of file vulkan_handles.hpp.

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

Definition at line 2088 of file vulkan_handles.hpp.

Member Function Documentation

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

Definition at line 2128 of file vulkan_handles.hpp.

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

Definition at line 2123 of file vulkan_handles.hpp.

bool VULKAN_HPP_NAMESPACE::Fence::operator! ( void  ) const
inline

Definition at line 2133 of file vulkan_handles.hpp.

bool VULKAN_HPP_NAMESPACE::Fence::operator!= ( Fence const rhs) const
inline

Definition at line 2112 of file vulkan_handles.hpp.

bool VULKAN_HPP_NAMESPACE::Fence::operator< ( Fence const rhs) const
inline

Definition at line 2117 of file vulkan_handles.hpp.

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

Definition at line 2098 of file vulkan_handles.hpp.

bool VULKAN_HPP_NAMESPACE::Fence::operator== ( Fence const rhs) const
inline

Definition at line 2107 of file vulkan_handles.hpp.

Member Data Documentation

VULKAN_HPP_CONST_OR_CONSTEXPR VULKAN_HPP_NAMESPACE::DebugReportObjectTypeEXT VULKAN_HPP_NAMESPACE::Fence::debugReportObjectType
static

Definition at line 2081 of file vulkan_handles.hpp.


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