From abb7e88e3c5d3f56ae7ebe79aff3a11ce9dfc810 Mon Sep 17 00:00:00 2001 From: Niklas Haas Date: Wed, 16 Aug 2017 22:34:04 +0200 Subject: vo_opengl: clarify the ra_fns.debug_marker --- video/out/opengl/ra.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'video') diff --git a/video/out/opengl/ra.h b/video/out/opengl/ra.h index 156dce9d83..f0798f018c 100644 --- a/video/out/opengl/ra.h +++ b/video/out/opengl/ra.h @@ -398,7 +398,8 @@ struct ra_fns { // Hint that possibly queued up commands should be sent to the GPU. Optional. void (*flush)(struct ra *ra); - // Optional. + // Associates a marker with any past error messages, for debugging + // purposes. Optional. void (*debug_marker)(struct ra *ra, const char *msg); }; -- cgit v1.2.3