diff options
Diffstat (limited to 'examples/pugl_vulkan_demo.c')
-rw-r--r-- | examples/pugl_vulkan_demo.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/pugl_vulkan_demo.c b/examples/pugl_vulkan_demo.c index efbf339..801b74b 100644 --- a/examples/pugl_vulkan_demo.c +++ b/examples/pugl_vulkan_demo.c @@ -19,7 +19,7 @@ A simple example of drawing with Vulkan. For a more advanced demo that actually draws something interesting, see - pugl_vulkan_cxx_demo.cpp. + pugl_vulkan_cpp_demo.cpp. */ #include "demo_utils.h" |