glfw/include/GLFW
Emmanuel Gil Peyrot e0b1f518cf Add a glfwSwapBuffersWithDamage() symbol
This new API helps the user’s compositor reduce memory bandwidth and
thus power usage by only re-rendering a bunch of dirty rectangles
instead of the entire application buffer.

There is no guarantee that it will effectively get used, it is perfectly
valid to continue damaging the entire buffer instead like with
glfwSwapBuffers() in some cases.
2019-12-08 18:40:19 +01:00
..
glfw3.h Add a glfwSwapBuffersWithDamage() symbol 2019-12-08 18:40:19 +01:00
glfw3native.h Start 3.4 2019-04-16 23:08:39 +02:00