1Name 2 3 ANGLE_ggp_stream_descriptor 4 5Name Strings 6 7 EGL_ANGLE_ggp_stream_descriptor 8 9Contributors 10 11 Jamie Madill 12 13Contacts 14 15 Jamie Madill, Google Inc. (jmadill 'at' google.com) 16 17Status 18 19 Draft 20 21Version 22 23 Version 1, November 3, 2019 24 25Number 26 27 EGL Extension #?? 28 29Dependencies 30 31 This extension is written against the wording of the EGL 1.5 32 Specification. 33 34Overview 35 36 This extension allows initializing an EGL Window surface backed by a 37 VkSurfaceKHR with a Google Games Platform GgpStreamDescriptor. 38 39 It is based on the Vulkan extension VK_GGP_stream_descriptor_surface. 40 41New Types 42 43 None 44 45New Procedures and Functions 46 47 None 48 49New Tokens 50 51 Accepted as an attribute name in the <attrib_list> argument to 52 eglCreateSurfaceKHR: 53 54 EGL_GGP_STREAM_DESCRIPTOR_ANGLE 0x348B 55 56Additions to the EGL 1.5 Specification 57 58 Add the following to section 3.5.1 "Creating On-Screen Rendering Surfaces": 59 60 EGL_GGP_STREAM_DESCRIPTOR_ANGLE indicates a GgpStreamDescriptor referring 61 to the GGP stream descriptor to associate with the surface. If 62 EGL_GGP_STREAM_DESCRIPTOR_ANGLE is not specified a default stream 63 descriptor will be used. 64 65Issues 66 67 None yet. 68 69Revision History 70 71 Rev. Date Author Changes 72 ---- ------------- --------- ---------------------------------------- 73 1 Nov 3, 2019 jmadill Initial version 74