mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2024-11-12 22:17:26 +01:00
Updated Performance Tips (markdown)
parent
204d7155b2
commit
ed2376c601
@ -18,7 +18,7 @@ Ebiten records almost all draw functions in order to restore when context lost h
|
|||||||
|
|
||||||
```
|
```
|
||||||
A.DrawImage(B, op) // B is a render source
|
A.DrawImage(B, op) // B is a render source
|
||||||
B.DrawImage(C, op) // tries to change B's pixels. Don't do that if possible.
|
B.DrawImage(C, op) // tries to change B's pixels. Don't do this if possible.
|
||||||
```
|
```
|
||||||
|
|
||||||
As well, cyclic drawing should also be avoided.
|
As well, cyclic drawing should also be avoided.
|
||||||
|
Loading…
Reference in New Issue
Block a user