RetroArch
Public Member Functions | Private Attributes | List of all members
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
 

Constructor & Destructor Documentation

◆ DebugReportCallbackEXT() [1/3]

VULKAN_HPP_CONSTEXPR VULKAN_HPP_NAMESPACE::DebugReportCallbackEXT::DebugReportCallbackEXT ( )
inline

◆ DebugReportCallbackEXT() [2/3]

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

◆ DebugReportCallbackEXT() [3/3]

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

Member Function Documentation

◆ operator bool()

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

◆ operator VkDebugReportCallbackEXT()

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

◆ operator!()

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

◆ operator!=()

◆ operator<()

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

◆ operator=()

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

◆ operator==()

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

Member Data Documentation

◆ m_debugReportCallbackEXT

VkDebugReportCallbackEXT VULKAN_HPP_NAMESPACE::DebugReportCallbackEXT::m_debugReportCallbackEXT
private

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