Merge pull request #391 from SuperSamus/radv

AMD: Prefer RADV
This commit is contained in:
Jörg Thalheim 2022-03-16 16:20:44 +00:00 committed by GitHub
commit 32f61571b4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -18,4 +18,6 @@
driSupport = lib.mkDefault true;
driSupport32Bit = lib.mkDefault true;
};
environment.variables.AMD_VULKAN_ICD = "RADV";
}