1Name 2 3 ANGLE_wait_until_work_scheduled 4 5Name Strings 6 7 EGL_ANGLE_wait_until_work_scheduled 8 9Contact 10 11 Gregg Tavares, Google (gman 'at' google.com) 12 13Status 14 15 Draft. 16 17Version 18 19 Version 1, 2022-12-15 20 21Number 22 23 ??? 24 25Dependencies 26 27 The extension is written against the EGL 1.3 Specification, although it 28 should work on other versions of these specifications. 29 30Overview 31 32 This extension provides a function that given a EGLDisplay will wait 33 until all contexts from that display have their work scheduled. 34 35Issues 36 37 None. 38 39IP Status 40 41 No known issues. 42 43New Procedures and Functions 44 45 void eglWaitUntilWorkScheduledANGLE(EGLDisplay* dpy) 46 47New Tokens 48 49 None 50 51Additions to the EGL 1.3 Specification 52 53 Calling eglWaitUntilWorkScheduledANGLE will wait until all contexts 54 for the given display have their work scheduled. 55 56New Implementation Dependent State 57 58 None 59 60Revision History 61 62 Version 1, 2022-12-15 (Gregg Tavares) 63 - Initial draft 64