fix(linux): use correct value for AMD_DEBUG environment variable (#3115)
This commit is contained in:
parent
0f40a092de
commit
697e877070
1 changed files with 1 additions and 1 deletions
|
|
@ -925,7 +925,7 @@ namespace platf {
|
|||
init() {
|
||||
// enable low latency mode for AMD
|
||||
// https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/30039
|
||||
set_env("AMD_DEBUG", "lowlatency");
|
||||
set_env("AMD_DEBUG", "lowlatencyenc");
|
||||
|
||||
// These are allowed to fail.
|
||||
gbm::init();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue