blob: 053d944bc18f72d2695189975f3f5ce335efa7e1 [file] [log] [blame]
// 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