struct
#include <VaultedVulkan/VV_Debug.hpp>
DebugUtils Debug Utilities: Flexible utilities for debugging an application.
Contents
- Reference
Currently only defines the object-oriented version of the Debug messenger.
Base classes
- struct VV::V2::DebugUtils
- Debug Utilities: Flexible utilities for debugging an application.
Derived classes
- struct VV::V4::DebugUtils
Public types
- class Messenger
- Vulkan allows an application to register multiple callbacks with any Vulkan component wishing to report debug information. Some callbacks may log the information to a file, others may cause a debug break point or other application defined behavior.
-
using Parent = V2::
DebugUtils