Skip to content

Commit 998e9f1

Browse files
committed
Polishing
1 parent 7fe4b4a commit 998e9f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Source/NRDSample.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ constexpr bool CAMERA_RELATIVE = true;
3434
constexpr bool ALLOW_BLAS_MERGING = true;
3535
constexpr bool ALLOW_HDR = NRIF_PLATFORM == NRIF_WINDOWS && NRD_MODE < OCCLUSION; // use "WIN + ALT + B" to switch HDR mode
3636
constexpr bool USE_LOW_PRECISION_FP_FORMATS = true; // saves a bit of memory and performance
37-
constexpr bool DLSS_PRESET = 0;
37+
constexpr uint8_t DLSS_PRESET = 0;
3838
constexpr nri::UpscalerType upscalerType = nri::UpscalerType::DLSR;
3939
constexpr int32_t MAX_HISTORY_FRAME_NUM = (int32_t)std::min(60u, std::min(nrd::REBLUR_MAX_HISTORY_FRAME_NUM, nrd::RELAX_MAX_HISTORY_FRAME_NUM));
4040
constexpr uint32_t TEXTURES_PER_MATERIAL = 4;

0 commit comments

Comments
 (0)