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:
parent
46d86da630
commit
abb7e88e3c
@ -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);
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user