summaryrefslogtreecommitdiffstats
path: root/video/out/opengl/utils.h
diff options
context:
space:
mode:
Diffstat (limited to 'video/out/opengl/utils.h')
-rw-r--r--video/out/opengl/utils.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/video/out/opengl/utils.h b/video/out/opengl/utils.h
index ffcaa4da0f..8682366a24 100644
--- a/video/out/opengl/utils.h
+++ b/video/out/opengl/utils.h
@@ -117,6 +117,8 @@ static inline void gl_transform_rect(struct gl_transform t, struct mp_rect_f *r)
gl_transform_vec(t, &r->x1, &r->y1);
}
+void gl_transform_trans(struct gl_transform t, struct gl_transform *x);
+
void gl_set_debug_logger(GL *gl, struct mp_log *log);
struct gl_shader_cache;