Add a global for CurrentState so we don't have to always go though the map!(ThreadID, ref!Context) Contexts global at the root of the state tree (ensure you update all Link() logic in gles/links.go).
Find a way to hide GLXContexts, WGLContexts, CGLContexts, EGLContexts.
Try navigating the state block in GAPIC, make changes to the API file to try and make state navigation not suck.
Add a global for
CurrentStateso we don't have to always go though themap!(ThreadID, ref!Context) Contextsglobal at the root of the state tree (ensure you update all Link() logic in gles/links.go).Find a way to hide
GLXContexts,WGLContexts,CGLContexts,EGLContexts.Try navigating the state block in GAPIC, make changes to the API file to try and make state navigation not suck.