// Copyright (c) 2017-2021 Google Inc. // // SPDX-License-Identifier: CC-BY-4.0 include::{generated}/meta/{refprefix}VK_FUCHSIA_external_memory.txt[] === Other Extension Metadata *Last Modified Date*:: 2021-03-01 *IP Status*:: No known IP claims. *Contributors*:: - Craig Stout, Google - John Bauman, Google - John Rosasco, Google === Description Vulkan apps may wish to export or import device memory handles to or from other logical devices, instances or APIs. This memory sharing can eliminate copies of memory buffers when different subsystems need to interoperate on them. Sharing memory buffers may also facilitate a better distribution of processing workload for more complex memory manipulation pipelines. include::{generated}/interfaces/VK_FUCHSIA_external_memory.txt[] === Issues See `apiext:VK_KHR_external_memory` issues list for further information. === Version History * Revision 1, 2021-03-01 (John Rosasco) - Initial draft