Add a crude way to blacklist post/texture shaders from certain vendors.

Use it to work around #14530 for now.
This commit is contained in:
Henrik Rydgård
2021-09-28 23:35:57 +02:00
parent cc43ce0404
commit 992ad801e7
9 changed files with 67 additions and 13 deletions
+3 -1
View File
@@ -175,7 +175,9 @@ namespace MainWindow {
// We only reload this initially and when a menu is actually opened.
if (!menuShaderInfoLoaded) {
ReloadAllPostShaderInfo();
// This is on Windows where we don't currently blacklist any vendors, or similar.
// TODO: Figure out how to have the GPU data while reloading the post shader info.
ReloadAllPostShaderInfo(nullptr);
menuShaderInfoLoaded = true;
}