Skip to content

Commit

Permalink
indepth tutorial: actually use the custom debug_callback (#52)
Browse files Browse the repository at this point in the history
  • Loading branch information
fatteneder authored Jun 15, 2024
1 parent 8e13d48 commit 57518a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/tutorial/indepth.jl
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 57518a7

Please sign in to comment.