From 768b7d502e725bb8e992e265bc196ee9b60b7b3b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Fri, 10 Jul 2026 17:45:19 +0200 Subject: [PATCH] Vk: nope, this library isn't C++14-only. Likely a leftover from the very first integration attempt back in 2016 or so. --- doc/namespaces.dox | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/namespaces.dox b/doc/namespaces.dox index 08f4e9410..f4443bbdc 100644 --- a/doc/namespaces.dox +++ b/doc/namespaces.dox @@ -925,7 +925,7 @@ Additional plugins and utilities are built separately. See particular /** @namespace Magnum::Vk @brief Vulkan wrapping layer -C++14 wrappers and helpers for Vulkan development. +Wrappers and helpers for Vulkan development. This library is depends on [Vulkan](https://www.khronos.org/vulkan/) and is built if `MAGNUM_WITH_VK` is enabled when building Magnum. To use this library