Skip to content

clutter-stage-cogl: Convert CoglFrameInfo -> ClutterFrameInfo timestamps

Daniel van Vugt requested to merge vanvugt/mutter:clock-conversion into master

Graphics drivers and hence Cogl provide timestamps relative to cogl_get_clock_time. But Clutter expects timestamps relative to g_get_monotonic_time. These are usually the same but won't always be for every graphics driver. So convert between the two clocks.

Merge request reports

Loading