feat(hardware): use RADV by default

This commit is contained in:
Felix Schröter 2022-04-05 19:40:04 +02:00
parent 71f9ef25a5
commit f11982427b
Signed by: felschr
GPG key ID: 671E39E6744C807D

View file

@ -26,4 +26,6 @@
vaapiVdpau
];
};
environment.variables.AMD_VULKAN_ICD = "RADV";
}