summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNiklas Haas <git@haasn.xyz>2017-08-16 22:34:04 +0200
committerNiklas Haas <git@haasn.xyz>2017-08-18 01:10:37 +0200
commitabb7e88e3c5d3f56ae7ebe79aff3a11ce9dfc810 (patch)
tree060fd0e46e8b887dd36e4a63824a7edb9c6ed0d0
parent46d86da6300ebcd2134996c76b9238fcf8e0fb6e (diff)
downloadmpv-abb7e88e3c5d3f56ae7ebe79aff3a11ce9dfc810.tar.bz2
mpv-abb7e88e3c5d3f56ae7ebe79aff3a11ce9dfc810.tar.xz
vo_opengl: clarify the ra_fns.debug_marker
-rw-r--r--video/out/opengl/ra.h3
1 files changed, 2 insertions, 1 deletions
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);
};