```cs var x = new GlfwNativeWindow(myHandle); var y = GL.GetApi(x); ```

var x = new GlfwNativeWindow(myHandle);
var y = GL.GetApi(x);
Was this page helpful?