Hajime Hoshi
|
8d12446dbe
|
buffered: Bug fix: reset the flag when invalidating the pending pixels
Updates #977
|
2019-11-09 05:54:27 +09:00 |
|
Hajime Hoshi
|
ec59e9b9ae
|
buffered: Bug fix: Resolve pixels only when Set is called
Fixes #977
|
2019-11-09 05:43:36 +09:00 |
|
Hajime Hoshi
|
5027bc1af5
|
buffered: Allow Set before the game runs
Fixes #949
|
2019-10-12 03:13:29 +09:00 |
|
Hajime Hoshi
|
3cf867035d
|
buffered: Do not delay commands if possible
Delaying commands causes memory allocations, which can be heavy
especially on browsers.
This avoids to use 'defer' for performance.
|
2019-09-27 03:27:47 +09:00 |
|
Hajime Hoshi
|
3291ec51bb
|
buffered: Use a raw function to avoid allocating structs
|
2019-09-27 00:37:31 +09:00 |
|
Hajime Hoshi
|
fc3e8bebe4
|
Use 0-length slice instead of nil to keep capacities
|
2019-09-27 00:34:55 +09:00 |
|
Hajime Hoshi
|
79b32c7601
|
graphics: Add buffered package
Moved the command queue to the package.
|
2019-09-21 22:34:37 +09:00 |
|