diff options
Diffstat (limited to 'include/pugl/vulkan.h')
-rw-r--r-- | include/pugl/vulkan.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/pugl/vulkan.h b/include/pugl/vulkan.h index 978f468..0ca7941 100644 --- a/include/pugl/vulkan.h +++ b/include/pugl/vulkan.h @@ -1,4 +1,4 @@ -// Copyright 2012-2020 David Robillard <d@drobilla.net> +// Copyright 2012-2023 David Robillard <d@drobilla.net> // SPDX-License-Identifier: ISC /* @@ -19,7 +19,7 @@ PUGL_BEGIN_DECLS /** - @defgroup vulkan Vulkan + @defgroup pugl_vulkan Vulkan Vulkan graphics support. Vulkan support differs from OpenGL because almost all most configuration is |