Skip to content

cogl: Fix cogl_frame_info_get_frame_counter docs

The docs previously suggested that cogl_frame_info_get_frame_counter returned a timestamp of an unknown clock ID. That's not correct. The cogl source code shows that it does and must use the same clock as cogl_get_clock_time.

Related to #131 (closed)

Edited by Daniel van Vugt

Merge request reports