Skip to content

Commit

Permalink
Merge branch 'pkristof/asyncPrewarmingEnvVar' into 'main'
Browse files Browse the repository at this point in the history
Added env var for shader prewarming

See merge request lightspeedrtx/dxvk-remix-nv!1122
  • Loading branch information
pkristof committed Nov 4, 2024
2 parents 18eeadb + 6d3ce19 commit 3ac961d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dxvk/rtx_render/rtx_initializer.h
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ namespace dxvk {
dxvk::thread m_asyncAssetLoadThread;

RTX_OPTION("rtx.initializer", bool, asyncAssetLoading, true, "");
RTX_OPTION("rtx.initializer", bool, asyncShaderPrewarming, true, "");
RTX_OPTION_ENV("rtx.initializer", bool, asyncShaderPrewarming, true, "RTX_ASYNC_SHADER_PREWARMING", "");
RTX_OPTION("rtx.initializer", bool, asyncShaderFinalizing, true, "");
};

Expand Down

0 comments on commit 3ac961d

Please sign in to comment.