50 lines
1.0 KiB
Plaintext
50 lines
1.0 KiB
Plaintext
// Copyright (c) 2014-2018 Khronos Group. This work is licensed under a
|
|
// Creative Commons Attribution 4.0 International License; see
|
|
// http://creativecommons.org/licenses/by/4.0/
|
|
|
|
include::meta/VK_FUCHSIA_imagepipe_surface.txt[]
|
|
|
|
*Last Modified Date*::
|
|
2018-07-27
|
|
*IP Status*::
|
|
No known IP claims.
|
|
*Contributors*::
|
|
- Craig Stout, Google
|
|
- Ian Elliott, Google
|
|
- Jesse Hall, Google
|
|
|
|
The `VK_FUCHSIA_imagepipe_surface` extension is an instance extension.
|
|
It provides a mechanism to create a slink:VkSurfaceKHR object (defined by
|
|
the `<<VK_KHR_surface>>` extension) that refers to a Fuchsia
|
|
code:imagePipeHandle.
|
|
|
|
=== New Object Types
|
|
|
|
None
|
|
|
|
=== New Enum Constants
|
|
|
|
* Extending elink:VkStructureType:
|
|
** ename:VK_STRUCTURE_TYPE_IMAGEPIPE_SURFACE_CREATE_INFO_FUCHSIA
|
|
|
|
=== New Enums
|
|
|
|
None
|
|
|
|
=== New Structures
|
|
|
|
* slink:VkImagePipeSurfaceCreateInfoFUCHSIA
|
|
|
|
=== New Functions
|
|
|
|
* flink:vkCreateImagePipeSurfaceFUCHSIA
|
|
|
|
=== Issues
|
|
|
|
None
|
|
|
|
=== Version History
|
|
|
|
* Revision 1, 2018-07-27 (Craig Stout)
|
|
- Initial draft.
|