mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2025-02-10 10:03:17 +01:00
Updated Web Browsers (markdown)
parent
4b851b66cd
commit
87d9e6327f
@ -27,4 +27,4 @@ On both Android and iOS, touching is required to start sound. This is the browse
|
|||||||
document.getElementsByTagName("canvas")[0].getContext("webgl").getExtension('WEBGL_lose_context').loseContext();
|
document.getElementsByTagName("canvas")[0].getContext("webgl").getExtension('WEBGL_lose_context').loseContext();
|
||||||
```
|
```
|
||||||
|
|
||||||
Note that Ebiten automatically restores images when the context is lost.
|
Note that Ebiten automatically restores images on desktop browsers when the context is lost. This restoring doesn't work on mobile browsers for a performance reason.
|
||||||
|
Loading…
Reference in New Issue
Block a user