mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2024-11-10 13:07:26 +01:00
6e5361c328
Bytes from a pool in a command queue is now pretty hard to use correctly as the lifetime of a queue is not clear. Remove the byte pools once. Let's reconsider pool usages later. This change also removes imagesWithBuffers as this is no longer needed. imagesWithBuffers was necessary to ensure all the bytes from the pool of the command queue was used before the queue flushes the commands, as the command queue cleared the pool after flushing. The lifetimes were pretty ticky. |
||
---|---|---|
.. | ||
command.go | ||
commandqueue.go | ||
doc.go | ||
image_js.go | ||
image_notjs.go | ||
image_test.go | ||
image.go | ||
shader.go | ||
thread.go |