mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2024-11-10 04:57:26 +01:00
6339872da8
Asynchronouse rendering was introduced at #2664, but apparently this caused a delay between a game's update and its rendering. Disable this when vsync is on. When vsync is off, we should not have to care the delay since new renderings keep to come. Rather, asynchronous renderings improves FPS. Updates #2664 Updates #2822 |
||
---|---|---|
.. | ||
command.go | ||
commandqueue.go | ||
doc.go | ||
image_js.go | ||
image_notjs.go | ||
image_test.go | ||
image.go | ||
shader.go | ||
thread.go |