Hajime Hoshi
Hajime Hoshi
Go 1.16 will add GOOS=ios
The `examples` build tag is to prevent users from install example binaries unexpectedly. However, as installing with a version will be must outside a module, and `...` like `go install...
Expected benefits: * Rendering would be faster * Restoring logic would be faster and use less memory * Possibly enable to do triple-buffering (OpenGL can't control drivers) There is no...
Not determined yet https://webkit.org/blog/7380/next-generation-3d-graphics-on-the-web/
> webkitfullscreenerror event is fired. 'sandbox="fullscreen"' might be required at an iframe. This function on browsers must be called as a result of a gestural interaction or orientation change.
When an application is minimized, `RestoreWindow` doesn't work. Is really the application working when the application is minimized?
Just remembering the state should be fine. * `SetWindowDecorated` * `SetWindowResizable` * `SetWindowFloating` * `SetWindowSize`
From the discussion at #1520 and #1595, we might want an API to skip Draw calls when Update is not called (especially when vsync is off). In most games, the...