VV::V3::DebugUtils struct

Debug Utilities: Flexible utilities for debugging an application.

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