From 57518a7a1c6ccd6b9fc1d4a02ce32c1582c7fec9 Mon Sep 17 00:00:00 2001 From: Florian Date: Sat, 15 Jun 2024 13:27:40 +0200 Subject: [PATCH] indepth tutorial: actually use the custom `debug_callback` (#52) --- docs/src/tutorial/indepth.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/tutorial/indepth.jl b/docs/src/tutorial/indepth.jl index a400ef14..2ae81807 100644 --- a/docs/src/tutorial/indepth.jl +++ b/docs/src/tutorial/indepth.jl @@ -67,7 +67,7 @@ Because we are passing a callback to Vulkan as a function pointer, we need to co ```julia const debug_callback_c = @cfunction( - default_debug_callback, + debug_callback, UInt32, ( DebugUtilsMessageSeverityFlagEXT,