Vulkan-Docs/appendices/VK_GGP_stream_descriptor_su...

62 lines
1.4 KiB
Plaintext

// Copyright (c) 2014-2019 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_GGP_stream_descriptor_surface.txt[]
*Last Modified Date*::
2019-01-28
*IP Status*::
No known IP claims.
*Contributors*::
- Jean-Francois Roy, Google
- Brad Grantham, Google
- Connor Smith, Google
- Cort Stratton, Google
- Hai Nguyen, Google
- Ian Elliott, Google
- Jesse Hall, Google
- Jim Ray, Google
- Katherine Wu, Google
- Kaye Mason, Google
- Kuangye Guo, Google
- Mark Segal, Google
- Nicholas Vining, Google
- Paul Lalonde, Google
- Richard O'Grady, Google
The `VK_GGP_stream_descriptor_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 Google Games Platform
code:GgpStreamDescriptor.
=== New Object Types
None.
=== New Enum Constants
* Extending elink:VkStructureType:
** ename:VK_STRUCTURE_TYPE_STREAM_DESCRIPTOR_SURFACE_CREATE_INFO_GGP
=== New Enums
None.
=== New Structures
* slink:VkStreamDescriptorSurfaceCreateInfoGGP
=== New Functions
* flink:vkCreateStreamDescriptorSurfaceGGP
=== Issues
None.
=== Version History
* Revision 1, 2018-11-26 (Jean-Francois Roy)
- Initial revision.