mirror of
https://github.com/doitsujin/dxvk.git
synced 2025-03-15 07:29:17 +01:00
[util] Enable cached constant buffers for Frostpunk
Massively improves CPU-bound performance.
This commit is contained in:
parent
4e34c29c56
commit
b4efaa4ef0
@ -52,6 +52,7 @@ namespace dxvk {
|
|||||||
* after creating the DXGI swap chain */
|
* after creating the DXGI swap chain */
|
||||||
{ R"(\\Frostpunk\.exe$)", {{
|
{ R"(\\Frostpunk\.exe$)", {{
|
||||||
{ "dxgi.deferSurfaceCreation", "True" },
|
{ "dxgi.deferSurfaceCreation", "True" },
|
||||||
|
{ "d3d11.cachedDynamicResources", "c" },
|
||||||
}} },
|
}} },
|
||||||
/* Nioh: See Frostpunk, apparently? */
|
/* Nioh: See Frostpunk, apparently? */
|
||||||
{ R"(\\nioh\.exe$)", {{
|
{ R"(\\nioh\.exe$)", {{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user