mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2024-12-26 11:48:55 +01:00
2a8e8d0eb6
PBO was introduced to improve the performance at ReplacePixels, but we found that PBO can degrades the performance. Also, now multiple glTexImage2Ds are called successively like a batch, so the situation is now different from that time when PBO was introduced. Let's remove PBO usages and wait and see. Closes #1678 |
||
---|---|---|
.. | ||
metal | ||
opengl |