warn render ahead of time

This commit is contained in:
vaxerski 2023-03-24 20:53:44 +00:00
parent e429e96d0e
commit c805e0da68
1 changed files with 1 additions and 1 deletions

View File

@ -247,7 +247,7 @@ Described [here](../Keywords#per-device-input-configs).
| hide_cursor_on_touch | Hides the cursor when the last input was a touch input until a mouse input is done. | bool | true |
| mouse_move_focuses_monitor | Whether mouse moving into a different monitor should focus it | bool | true |
| suppress_portal_warnings | disables warnings about incompatible portal implementations. | bool | false |
| render_ahead_of_time | starts rendering _before_ your monitor displays a frame in order to lower latency | bool | false |
| render_ahead_of_time | [Warning: buggy] starts rendering _before_ your monitor displays a frame in order to lower latency | bool | false |
| render_ahead_safezone | how many ms of safezone to add to rendering ahead of time. Recommended 1-2. | int | 1 |
# Binds