From b14978dced3346a42265e94a7a76b1c1760a8fc7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Tue, 5 Jan 2021 21:36:23 +0100 Subject: [PATCH] Vk: doc++ --- src/Magnum/Vk/DeviceFeatures.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/Magnum/Vk/DeviceFeatures.h b/src/Magnum/Vk/DeviceFeatures.h index 0c782bf34..7a1f89e88 100644 --- a/src/Magnum/Vk/DeviceFeatures.h +++ b/src/Magnum/Vk/DeviceFeatures.h @@ -45,7 +45,8 @@ namespace Magnum { namespace Vk { Contains information stored in the @type_vk{PhysicalDeviceFeatures2} structure chain. Values correspond to equivalently named structure fields, usually just with the first letter uppercase instead of lowercase. -@see @ref DeviceFeatures, @ref DeviceProperties::features() +@see @ref DeviceFeatures, @ref DeviceProperties::features(), + @ref Device::enabledFeatures() @todo @type_vk{PhysicalDeviceVulkan12Features} additionally has `samplerMirrorClampToEdge`, `drawIndirectCount`, `descriptorIndexing`,