mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-11-15 06:59:43 -05:00
render: document wlr_buffer_pass_options.timer
This commit is contained in:
parent
b7dca21c2b
commit
4811d9fb18
1 changed files with 1 additions and 0 deletions
|
|
@ -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;
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue