glfw/include
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
..
GLFW wayland native: support for next-frame rendering using presentation-time 2018-12-19 15:03:53 -05:00