/ appendices / VK_FUCHSIA_imagepipe_surface.txt
VK_FUCHSIA_imagepipe_surface.txt
1 // Copyright (c) 2014-2019 Khronos Group. This work is licensed under a 2 // Creative Commons Attribution 4.0 International License; see 3 // http://creativecommons.org/licenses/by/4.0/ 4 5 include::meta/VK_FUCHSIA_imagepipe_surface.txt[] 6 7 *Last Modified Date*:: 8 2018-07-27 9 *IP Status*:: 10 No known IP claims. 11 *Contributors*:: 12 - Craig Stout, Google 13 - Ian Elliott, Google 14 - Jesse Hall, Google 15 16 The `VK_FUCHSIA_imagepipe_surface` extension is an instance extension. 17 It provides a mechanism to create a slink:VkSurfaceKHR object (defined by 18 the `<<VK_KHR_surface>>` extension) that refers to a Fuchsia 19 code:imagePipeHandle. 20 21 === New Object Types 22 23 None 24 25 === New Enum Constants 26 27 * Extending elink:VkStructureType: 28 ** ename:VK_STRUCTURE_TYPE_IMAGEPIPE_SURFACE_CREATE_INFO_FUCHSIA 29 30 === New Enums 31 32 None 33 34 === New Structures 35 36 * slink:VkImagePipeSurfaceCreateInfoFUCHSIA 37 38 === New Functions 39 40 * flink:vkCreateImagePipeSurfaceFUCHSIA 41 42 === Issues 43 44 None 45 46 === Version History 47 48 * Revision 1, 2018-07-27 (Craig Stout) 49 - Initial draft.