Skip to content

Commit

Permalink
Merge branch 'pkristof/overrideDlssPreset' into 'main'
Browse files Browse the repository at this point in the history
[REMIX-2975] Override DLSS preset when DLSS quality is set

See merge request lightspeedrtx/dxvk-remix-nv!896
  • Loading branch information
pkristof committed Jul 16, 2024
2 parents addff26 + 1e0f5dc commit 7dfe612
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dxvk/rtx_render/rtx_options.h
Original file line number Diff line number Diff line change
Expand Up @@ -384,7 +384,7 @@ namespace dxvk {
public:
const VirtualKeys& remixMenuKeyBinds() const { return m_remixMenuKeyBinds; }

RTX_OPTION_ENV("rtx", DLSSProfile, qualityDLSS, DLSSProfile::Auto, "RTX_DLSS_PROFILE", "Adjusts internal DLSS scaling factor, trades quality for performance.");
RTX_OPTION_ENV("rtx", DLSSProfile, qualityDLSS, DLSSProfile::Auto, "RTX_QUALITY_DLSS", "Adjusts internal DLSS scaling factor, trades quality for performance.");
// Note: All ray tracing modes depend on the rtx.raytraceModePreset option as they may be overridden by automatic defaults for a specific vendor if the preset is set to Auto. Set
// to Custom to ensure these settings are not overridden.
//RenderPassVolumeIntegrateRaytraceMode renderPassVolumeIntegrateRaytraceMode = RenderPassVolumeIntegrateRaytraceMode::RayQuery;
Expand Down

0 comments on commit 7dfe612

Please sign in to comment.