Skip to content

Commit

Permalink
doc: Fix debug printf test name
Browse files Browse the repository at this point in the history
  • Loading branch information
TonyBarbour committed Sep 6, 2023
1 parent c1c2bba commit e74b758
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/debug_printf.md
Original file line number Diff line number Diff line change
Expand Up @@ -192,6 +192,6 @@ Documentation for the GL_EXT_debug_printf extension can be found
[here](https://github.com/KhronosGroup/GLSL/blob/main/extensions/ext/GLSL_EXT_debug_printf.txt)

There is a validation layer test that demonstrates the simple and programmatic use of Debug
Printf. It is called "GpuDebugPrintf" and is in `tests/unit/gpu_av.cpp` in the
Vulkan-ValidationLayers repository.
Printf. It is called "NegativeDebugPrintf.BasicUsage" and is in `tests/unit/debug_printf.cpp`
in the Vulkan-ValidationLayers repository.

0 comments on commit e74b758

Please sign in to comment.