SDL
2.0
|
#include <vulkan.hpp>
Public Member Functions | |
VULKAN_HPP_CONSTEXPR | DebugReportCallbackEXT () |
VULKAN_HPP_CONSTEXPR | DebugReportCallbackEXT (std::nullptr_t) |
VULKAN_HPP_TYPESAFE_EXPLICIT | DebugReportCallbackEXT (VkDebugReportCallbackEXT debugReportCallbackEXT) |
DebugReportCallbackEXT & | operator= (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 |
Definition at line 4958 of file vulkan.hpp.
|
inline |
Definition at line 4961 of file vulkan.hpp.
|
inline |
Definition at line 4965 of file vulkan.hpp.
|
inline |
Definition at line 4969 of file vulkan.hpp.
|
inlineexplicit |
Definition at line 5009 of file vulkan.hpp.
References m_debugReportCallbackEXT, and VK_NULL_HANDLE.
|
inline |
Definition at line 5004 of file vulkan.hpp.
References m_debugReportCallbackEXT.
|
inline |
Definition at line 5014 of file vulkan.hpp.
References m_debugReportCallbackEXT, and VK_NULL_HANDLE.
|
inline |
Definition at line 4992 of file vulkan.hpp.
References m_debugReportCallbackEXT.
|
inline |
Definition at line 4997 of file vulkan.hpp.
References m_debugReportCallbackEXT.
|
inline |
Definition at line 4981 of file vulkan.hpp.
References m_debugReportCallbackEXT, and VK_NULL_HANDLE.
|
inline |
Definition at line 4987 of file vulkan.hpp.
References m_debugReportCallbackEXT.
|
private |
Definition at line 5020 of file vulkan.hpp.
Referenced by operator bool(), operator VkDebugReportCallbackEXT(), operator!(), operator!=(), operator<(), operator=(), and operator==().