[util] Set ignoreGraphicsBarriers option for Stray

This commit is contained in:
Philip Rebohle 2022-07-23 21:21:22 +02:00
parent de626a7e35
commit 990b43d51d
No known key found for this signature in database
GPG Key ID: C8CC613427A31C99
1 changed files with 6 additions and 0 deletions

View File

@ -305,6 +305,12 @@ namespace dxvk {
{ R"(\\DayZ_x64\.exe$)", {{
{ "d3d11.cachedDynamicResources", "cr" },
}} },
/* Stray - writes to the same UAV every draw, *
* presumably for culling, which doesn't play *
* nicely with D3D11 without vendor libraries */
{ R"(\\Stray-Win64-Shipping\.exe$)", {{
{ "d3d11.ignoreGraphicsBarriers", "True" },
}} },
/**********************************************/
/* D3D9 GAMES */