mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2025-01-13 12:32:05 +01:00
0c578f1670
Before this change, the image automatically becomes on a shareable texture again when the image is not modified for a while. This was problematic when an offscreen is not updated for a while, but used as a render target again, as an independent image for the image is created every time when the image is used as a render target. After this change, the count is updated only when the image is used as a rendering source. Closes #1465 |
||
---|---|---|
.. | ||
export_test.go | ||
image_test.go | ||
image.go | ||
shader.go |