diff options
author | Érico Nogueira <erico.erc@gmail.com> | 2021-11-18 23:06:13 -0300 |
---|---|---|
committer | Simon Zeni <simon@bl4ckb0ne.ca> | 2021-11-19 02:08:51 +0000 |
commit | e736ebc63cfdf5fb1e8a0b082cf15086875d9a7d (patch) | |
tree | 39aee97f117c8d47c28ccb6403ba869ff181be36 | |
parent | fdf3169b4185dad34b01b62762a0218f1412897f (diff) |
docs: mention WLR_RENDERER=vulkan.
This option was added with commit
8e346922508aa3eaccd6e12f2917f6574f349843.
-rw-r--r-- | docs/env_vars.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/env_vars.md b/docs/env_vars.md index 1d39a624..2959ab58 100644 --- a/docs/env_vars.md +++ b/docs/env_vars.md @@ -10,7 +10,7 @@ wlroots reads these environment variables * *WLR_XWAYLAND*: specifies the path to an Xwayland binary to be used (instead of following shell search semantics for "Xwayland") * *WLR_RENDERER*: forces the creation of a specified renderer (available - renderers: gles2, pixman) + renderers: gles2, pixman, vulkan) ## DRM backend |