mirror of
https://github.com/hyprwm/wlroots-hyprland.git
synced 2024-11-29 16:05:59 +01: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_render_timer;
|
||||||
|
|
||||||
struct wlr_buffer_pass_options {
|
struct wlr_buffer_pass_options {
|
||||||
|
/* Timer to measure the duration of the render pass */
|
||||||
struct wlr_render_timer *timer;
|
struct wlr_render_timer *timer;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue