mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2026-04-17 06:46:39 -04:00
render/vulkan: Guard hostmem import with env flag
Direct host memory import is experimental. Put it behind an environment variable to allow easy testing.
This commit is contained in:
parent
b385af41dc
commit
dfbb819044
4 changed files with 11 additions and 1 deletions
|
|
@ -49,6 +49,10 @@ wlroots reads these environment variables
|
|||
* *WLR_RENDERER_ALLOW_SOFTWARE*: allows the gles2 renderer to use software
|
||||
rendering
|
||||
|
||||
## Vulkan renderer
|
||||
|
||||
* *WLR_VK_DIRECT_SHM_IMPORT*: Allow importing shm buffers directly as host memory
|
||||
|
||||
## scenes
|
||||
|
||||
* *WLR_SCENE_DEBUG_DAMAGE*: specifies debug options for screen damage related
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue