mirror of
https://github.com/glfw/glfw.git
synced 2024-11-10 00:51:47 +00:00
0d2ce23071
This new API lets the application know when the current buffer was last written to. If it returns 0, it means the user shouldn’t rely on what was last present in this buffer and should draw everything again, as usual. This provides a significant boost in efficiency, especially on tiling GPUs, by letting the application avoid to clear and redraw everything at every frame. |
||
---|---|---|
.. | ||
glfw3.h | ||
glfw3native.h |