1
mirror of https://github.com/mpv-player/mpv synced 2024-10-30 04:46:41 +01:00

vo_opengl: clarify the ra_fns.debug_marker

This commit is contained in:
Niklas Haas 2017-08-16 22:34:04 +02:00
parent 46d86da630
commit abb7e88e3c
No known key found for this signature in database
GPG Key ID: 9A09076581B27402

View File

@ -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);
};