SDL 2.0
VULKAN_HPP_NAMESPACE::DebugReportCallbackEXT Class Reference

#include <vulkan.hpp>

Public Member Functions

VULKAN_HPP_CONSTEXPR DebugReportCallbackEXT ()
 
VULKAN_HPP_CONSTEXPR DebugReportCallbackEXT (std::nullptr_t)
 
VULKAN_HPP_TYPESAFE_EXPLICIT DebugReportCallbackEXT (VkDebugReportCallbackEXT debugReportCallbackEXT)
 
DebugReportCallbackEXToperator= (std::nullptr_t)
 
bool operator== (DebugReportCallbackEXT const &rhs) const
 
bool operator!= (DebugReportCallbackEXT const &rhs) const
 
bool operator< (DebugReportCallbackEXT const &rhs) const
 
VULKAN_HPP_TYPESAFE_EXPLICIT operator VkDebugReportCallbackEXT () const
 
 operator bool () const
 
bool operator! () const
 

Private Attributes

VkDebugReportCallbackEXT m_debugReportCallbackEXT
 

Detailed Description

Definition at line 4958 of file vulkan.hpp.

Constructor & Destructor Documentation

◆ DebugReportCallbackEXT() [1/3]

VULKAN_HPP_CONSTEXPR VULKAN_HPP_NAMESPACE::DebugReportCallbackEXT::DebugReportCallbackEXT ( )
inline

Definition at line 4961 of file vulkan.hpp.

4963 {}
VkDebugReportCallbackEXT m_debugReportCallbackEXT
Definition: vulkan.hpp:5020
#define VK_NULL_HANDLE
Definition: vulkan_core.h:49

◆ DebugReportCallbackEXT() [2/3]

VULKAN_HPP_CONSTEXPR VULKAN_HPP_NAMESPACE::DebugReportCallbackEXT::DebugReportCallbackEXT ( std::nullptr_t  )
inline

Definition at line 4965 of file vulkan.hpp.

◆ DebugReportCallbackEXT() [3/3]

VULKAN_HPP_TYPESAFE_EXPLICIT VULKAN_HPP_NAMESPACE::DebugReportCallbackEXT::DebugReportCallbackEXT ( VkDebugReportCallbackEXT  debugReportCallbackEXT)
inline

Definition at line 4969 of file vulkan.hpp.

4970 : m_debugReportCallbackEXT( debugReportCallbackEXT )
4971 {}

Member Function Documentation

◆ operator bool()

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

Definition at line 5009 of file vulkan.hpp.

5010 {
5012 }

References m_debugReportCallbackEXT, and VK_NULL_HANDLE.

◆ operator VkDebugReportCallbackEXT()

VULKAN_HPP_TYPESAFE_EXPLICIT VULKAN_HPP_NAMESPACE::DebugReportCallbackEXT::operator VkDebugReportCallbackEXT ( ) const
inline

Definition at line 5004 of file vulkan.hpp.

5005 {
5007 }

References m_debugReportCallbackEXT.

◆ operator!()

bool VULKAN_HPP_NAMESPACE::DebugReportCallbackEXT::operator! ( ) const
inline

Definition at line 5014 of file vulkan.hpp.

5015 {
5017 }

References m_debugReportCallbackEXT, and VK_NULL_HANDLE.

◆ operator!=()

Definition at line 4992 of file vulkan.hpp.

4993 {
4994 return m_debugReportCallbackEXT != rhs.m_debugReportCallbackEXT;
4995 }

References m_debugReportCallbackEXT.

◆ operator<()

bool VULKAN_HPP_NAMESPACE::DebugReportCallbackEXT::operator< ( DebugReportCallbackEXT const &  rhs) const
inline

Definition at line 4997 of file vulkan.hpp.

4998 {
4999 return m_debugReportCallbackEXT < rhs.m_debugReportCallbackEXT;
5000 }

References m_debugReportCallbackEXT.

◆ operator=()

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

Definition at line 4981 of file vulkan.hpp.

4982 {
4984 return *this;
4985 }

References m_debugReportCallbackEXT, and VK_NULL_HANDLE.

◆ operator==()

bool VULKAN_HPP_NAMESPACE::DebugReportCallbackEXT::operator== ( DebugReportCallbackEXT const &  rhs) const
inline

Definition at line 4987 of file vulkan.hpp.

4988 {
4989 return m_debugReportCallbackEXT == rhs.m_debugReportCallbackEXT;
4990 }

References m_debugReportCallbackEXT.

Field Documentation

◆ m_debugReportCallbackEXT

VkDebugReportCallbackEXT VULKAN_HPP_NAMESPACE::DebugReportCallbackEXT::m_debugReportCallbackEXT
private

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