/ appendices / VK_GGP_stream_descriptor_surface.txt
VK_GGP_stream_descriptor_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_GGP_stream_descriptor_surface.txt[]
 6  
 7  *Last Modified Date*::
 8      2019-01-28
 9  *IP Status*::
10      No known IP claims.
11  *Contributors*::
12    - Jean-Francois Roy, Google
13    - Brad Grantham, Google
14    - Connor Smith, Google
15    - Cort Stratton, Google
16    - Hai Nguyen, Google
17    - Ian Elliott, Google
18    - Jesse Hall, Google
19    - Jim Ray, Google
20    - Katherine Wu, Google
21    - Kaye Mason, Google
22    - Kuangye Guo, Google
23    - Mark Segal, Google
24    - Nicholas Vining, Google
25    - Paul Lalonde, Google
26    - Richard O'Grady, Google
27  
28  The `VK_GGP_stream_descriptor_surface` extension is an instance extension.
29  It provides a mechanism to create a slink:VkSurfaceKHR object (defined by
30  the `<<VK_KHR_surface>>` extension) that refers to a Google Games Platform
31  code:GgpStreamDescriptor.
32  
33  === New Object Types
34  
35  None.
36  
37  === New Enum Constants
38  
39    * Extending elink:VkStructureType:
40    ** ename:VK_STRUCTURE_TYPE_STREAM_DESCRIPTOR_SURFACE_CREATE_INFO_GGP
41  
42  === New Enums
43  
44  None.
45  
46  === New Structures
47  
48    * slink:VkStreamDescriptorSurfaceCreateInfoGGP
49  
50  === New Functions
51  
52    * flink:vkCreateStreamDescriptorSurfaceGGP
53  
54  === Issues
55  
56  None.
57  
58  === Version History
59  
60   * Revision 1, 2018-11-26 (Jean-Francois Roy)
61     - Initial revision.