From d9c1a63deda7d23f2fe159760a8dbc9d05f72ded Mon Sep 17 00:00:00 2001 From: Aitor Camacho Date: Fri, 10 Jan 2025 18:14:03 +0900 Subject: [PATCH] VK_EXT_external_memory_metal fix "impor" typo --- appendices/VK_EXT_external_memory_metal.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appendices/VK_EXT_external_memory_metal.adoc b/appendices/VK_EXT_external_memory_metal.adoc index 0f6944cdc..d16f6a5bc 100644 --- a/appendices/VK_EXT_external_memory_metal.adoc +++ b/appendices/VK_EXT_external_memory_metal.adoc @@ -16,7 +16,7 @@ include::{generated}/meta/{refprefix}VK_EXT_external_memory_metal.adoc[] === Description An application may wish to reference device memory in multiple Vulkan device instances, in multiple processes, and/or in Metal API. -This extension enables an application to export and impor Metal handles from Vulkan memory objects such that the underlying +This extension enables an application to export and import Metal handles from Vulkan memory objects such that the underlying resources can be referenced outside the scope of the Vulkan device instance that created them. include::{generated}/interfaces/VK_EXT_external_memory_metal.adoc[]