Vulkan-Hpp
vk::DebugUtilsMessengerEXT Class Reference

#include <vulkan_handles.hpp>

Public Types

using CType = VkDebugUtilsMessengerEXT
 
using NativeType = VkDebugUtilsMessengerEXT
 

Public Member Functions

VULKAN_HPP_CONSTEXPR DebugUtilsMessengerEXT ()=default
 
VULKAN_HPP_CONSTEXPR DebugUtilsMessengerEXT (std::nullptr_t) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_TYPESAFE_EXPLICIT DebugUtilsMessengerEXT (VkDebugUtilsMessengerEXT debugUtilsMessengerEXT) VULKAN_HPP_NOEXCEPT
 
DebugUtilsMessengerEXToperator= (std::nullptr_t) VULKAN_HPP_NOEXCEPT
 
bool operator== (DebugUtilsMessengerEXT const &rhs) const VULKAN_HPP_NOEXCEPT
 
bool operator!= (DebugUtilsMessengerEXT const &rhs) const VULKAN_HPP_NOEXCEPT
 
bool operator< (DebugUtilsMessengerEXT const &rhs) const VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_TYPESAFE_EXPLICIT operator VkDebugUtilsMessengerEXT () 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::eDebugUtilsMessengerEXT
 
static VULKAN_HPP_CONST_OR_CONSTEXPR vk::DebugReportObjectTypeEXT debugReportObjectType
 

Detailed Description

Definition at line 2531 of file vulkan_handles.hpp.

Member Typedef Documentation

◆ CType

◆ NativeType

Constructor & Destructor Documentation

◆ DebugUtilsMessengerEXT() [1/3]

VULKAN_HPP_CONSTEXPR vk::DebugUtilsMessengerEXT::DebugUtilsMessengerEXT ( )
default

◆ DebugUtilsMessengerEXT() [2/3]

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

Definition at line 2544 of file vulkan_handles.hpp.

◆ DebugUtilsMessengerEXT() [3/3]

VULKAN_HPP_TYPESAFE_EXPLICIT vk::DebugUtilsMessengerEXT::DebugUtilsMessengerEXT ( VkDebugUtilsMessengerEXT  debugUtilsMessengerEXT)
inline

Definition at line 2546 of file vulkan_handles.hpp.

Member Function Documentation

◆ operator bool()

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

Definition at line 2589 of file vulkan_handles.hpp.

◆ operator VkDebugUtilsMessengerEXT()

VULKAN_HPP_TYPESAFE_EXPLICIT vk::DebugUtilsMessengerEXT::operator VkDebugUtilsMessengerEXT ( ) const
inline

Definition at line 2584 of file vulkan_handles.hpp.

◆ operator!()

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

Definition at line 2594 of file vulkan_handles.hpp.

◆ operator!=()

Definition at line 2573 of file vulkan_handles.hpp.

◆ operator<()

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

Definition at line 2578 of file vulkan_handles.hpp.

◆ operator=()

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

Definition at line 2559 of file vulkan_handles.hpp.

◆ operator==()

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

Definition at line 2568 of file vulkan_handles.hpp.

Member Data Documentation

◆ debugReportObjectType

VULKAN_HPP_CONST_OR_CONSTEXPR vk::DebugReportObjectTypeEXT vk::DebugUtilsMessengerEXT::debugReportObjectType
static

◆ objectType

Definition at line 2537 of file vulkan_handles.hpp.


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