glfw/include/GLFW
Eric Toombs b6d3b50275 wayland native: support for next-frame rendering using presentation-time
I added two functions to the wayland native API:
glfwWaylandPresSupported() checks the compositor for presentation-time
support. glfwWaylandSwapPres() swaps the buffers, then blocks
until the last-rendered frame is displayed on the screen, processing
events for the whole time. It returns the frame's presentation time with
respect to the glfwGetTime() clock.
2018-12-19 15:03:53 -05:00
..
glfw3.h Remove trailing whitespace 2018-11-27 21:49:19 +01:00
glfw3native.h wayland native: support for next-frame rendering using presentation-time 2018-12-19 15:03:53 -05:00