summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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);
};