ebiten/internal/buffered
Hajime Hoshi 99d1c4bfe9 buffered: Use the pending pixels when possible at At
(*Image).At can be unnecessarily slow since this tries to get
pixels from GPU. This change reduces the chance to read GPU by
using its pending pixels when possible.

Fixes #1137
2020-04-17 21:37:13 +09:00
..
command.go buffered: Refactoring: Flush delayed functions without the lock 2020-02-16 19:53:17 +09:00
image_test.go buffered: Bug fix: Copying pixels failed for the delayed commands 2020-02-16 20:16:04 +09:00
image.go buffered: Use the pending pixels when possible at At 2020-04-17 21:37:13 +09:00