Vulkan-Hpp
vk::DebugReportCallbackEXT Class Reference

#include <vulkan_handles.hpp>

Public Types

using CType = VkDebugReportCallbackEXT
 
using NativeType = VkDebugReportCallbackEXT
 

Public Member Functions

VULKAN_HPP_CONSTEXPR DebugReportCallbackEXT ()=default
 
VULKAN_HPP_CONSTEXPR DebugReportCallbackEXT (std::nullptr_t) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_TYPESAFE_EXPLICIT DebugReportCallbackEXT (VkDebugReportCallbackEXT debugReportCallbackEXT) VULKAN_HPP_NOEXCEPT
 
DebugReportCallbackEXToperator= (std::nullptr_t) VULKAN_HPP_NOEXCEPT
 
bool operator== (DebugReportCallbackEXT const &rhs) const VULKAN_HPP_NOEXCEPT
 
bool operator!= (DebugReportCallbackEXT const &rhs) const VULKAN_HPP_NOEXCEPT
 
bool operator< (DebugReportCallbackEXT const &rhs) const VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_TYPESAFE_EXPLICIT operator VkDebugReportCallbackEXT () 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::eDebugReportCallbackEXT
 
static VULKAN_HPP_CONST_OR_CONSTEXPR vk::DebugReportObjectTypeEXT debugReportObjectType
 

Detailed Description

Definition at line 2441 of file vulkan_handles.hpp.

Member Typedef Documentation

◆ CType

◆ NativeType

Constructor & Destructor Documentation

◆ DebugReportCallbackEXT() [1/3]

VULKAN_HPP_CONSTEXPR vk::DebugReportCallbackEXT::DebugReportCallbackEXT ( )
default

◆ DebugReportCallbackEXT() [2/3]

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

Definition at line 2454 of file vulkan_handles.hpp.

◆ DebugReportCallbackEXT() [3/3]

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

Definition at line 2456 of file vulkan_handles.hpp.

Member Function Documentation

◆ operator bool()

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

Definition at line 2499 of file vulkan_handles.hpp.

◆ operator VkDebugReportCallbackEXT()

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

Definition at line 2494 of file vulkan_handles.hpp.

◆ operator!()

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

Definition at line 2504 of file vulkan_handles.hpp.

◆ operator!=()

Definition at line 2483 of file vulkan_handles.hpp.

◆ operator<()

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

Definition at line 2488 of file vulkan_handles.hpp.

◆ operator=()

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

Definition at line 2469 of file vulkan_handles.hpp.

◆ operator==()

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

Definition at line 2478 of file vulkan_handles.hpp.

Member Data Documentation

◆ debugReportObjectType

VULKAN_HPP_CONST_OR_CONSTEXPR vk::DebugReportObjectTypeEXT vk::DebugReportCallbackEXT::debugReportObjectType
static

◆ objectType

Definition at line 2447 of file vulkan_handles.hpp.


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