diff --git a/proposals/VK_EXT_external_memory_metal.adoc b/proposals/VK_EXT_external_memory_metal.adoc index 3d9f3578e..ddcb2355d 100644 --- a/proposals/VK_EXT_external_memory_metal.adoc +++ b/proposals/VK_EXT_external_memory_metal.adoc @@ -16,8 +16,6 @@ An application may wish to reference device memory in multiple Vulkan device ins This extension enables an application to export non-Vulkan handles from Vulkan memory objects such that the underlying resources can be referenced outside the scope of the Vulkan device instance that created them. -@@link:{extensions}VK_KHR_external_memory[VK_KHR_external_memory]. - While link:{extensions}VK_EXT_metal_objects.html[VK_EXT_metal_objects] provides a way to expose underlying Metal resources, when importing an image from an `id` handle, said images and their backing memory will be imported at link:{docs}chapters/resources.html#VkImage[VkImage] creation.