mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2025-02-09 17:43:18 +01:00
Updated Performance Tips (markdown)
parent
f1cf4407dc
commit
7bf69751d7
@ -9,6 +9,7 @@ One drawing function like `DrawImage` or `Fill` is usually treated as one (inter
|
||||
* All the render sources are same (`B` in `A.DrawImage(B, op)`)
|
||||
* All the color matrices are same
|
||||
* All the composite modes are same
|
||||
* All the filter values are same
|
||||
|
||||
examples/sprites is a good example to draw > 10000 sprites with one draw command.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user