diff --git a/src/Magnum/Vk/Image.h b/src/Magnum/Vk/Image.h index 9ac256f24..3b07a7c7e 100644 --- a/src/Magnum/Vk/Image.h +++ b/src/Magnum/Vk/Image.h @@ -111,7 +111,11 @@ class MAGNUM_VK_EXPORT ImageCreateInfo { enum class Flag: UnsignedInt { /** @todo sparse binding/residency/aliased */ - /** Allow creating a view of different format */ + /** + * Allow creating a view of different format + * + * @todo implement @vk_extension{KHR,image_format_list} + */ MutableFormat = VK_IMAGE_CREATE_MUTABLE_FORMAT_BIT, /** Allow creating a cube map view */