render: document wlr_buffer_pass_options.timer

This commit is contained in:
Simon Ser 2023-07-10 11:33:49 +02:00
parent b7dca21c2b
commit 4811d9fb18
1 changed files with 1 additions and 0 deletions

View File

@ -167,6 +167,7 @@ struct wlr_render_pass;
struct wlr_render_timer;
struct wlr_buffer_pass_options {
/* Timer to measure the duration of the render pass */
struct wlr_render_timer *timer;
};