From 82093764684a4c11f9ad0d8c12bf2e34758ea0fe Mon Sep 17 00:00:00 2001 From: Niklas Haas Date: Fri, 11 Aug 2017 04:53:25 +0200 Subject: vo_opengl: make ra_fns.timer_create optional --- video/out/opengl/ra.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'video/out/opengl/ra.h') diff --git a/video/out/opengl/ra.h b/video/out/opengl/ra.h index 00d631b93e..d7686bce5f 100644 --- a/video/out/opengl/ra.h +++ b/video/out/opengl/ra.h @@ -382,7 +382,7 @@ struct ra_fns { const struct ra_renderpass_run_params *params); // Create a timer object. Returns NULL on failure, or if timers are - // unavailable. + // unavailable for some reason. Optional. ra_timer *(*timer_create)(struct ra *ra); void (*timer_destroy)(struct ra *ra, ra_timer *timer); -- cgit v1.2.3