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`,