summaryrefslogtreecommitdiff
path: root/appendices/VK_KHR_external_fence_fd.adoc
blob: 7f486526965e66af52ff0e95c89b8d109db10a4b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
// Copyright 2016-2023 The Khronos Group Inc.
//
// SPDX-License-Identifier: CC-BY-4.0

include::{generated}/meta/{refprefix}VK_KHR_external_fence_fd.adoc[]

=== Other Extension Metadata

*Last Modified Date*::
    2017-05-08
*IP Status*::
    No known IP claims.
*Contributors*::
  - Jesse Hall, Google
  - James Jones, NVIDIA
  - Jeff Juliano, NVIDIA
  - Cass Everitt, Oculus
  - Contributors to `apiext:VK_KHR_external_semaphore_fd`

=== Description

An application using external memory may wish to synchronize access to that
memory using fences.
This extension enables an application to export fence payload to and import
fence payload from POSIX file descriptors.

include::{generated}/interfaces/VK_KHR_external_fence_fd.adoc[]

=== Issues

This extension borrows concepts, semantics, and language from
`apiext:VK_KHR_external_semaphore_fd`.
That extension's issues apply equally to this extension.

=== Version History

  * Revision 1, 2017-05-08 (Jesse Hall)
  ** Initial revision