We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7fe4b4a commit 998e9f1Copy full SHA for 998e9f1
Source/NRDSample.cpp
@@ -34,7 +34,7 @@ constexpr bool CAMERA_RELATIVE = true;
34
constexpr bool ALLOW_BLAS_MERGING = true;
35
constexpr bool ALLOW_HDR = NRIF_PLATFORM == NRIF_WINDOWS && NRD_MODE < OCCLUSION; // use "WIN + ALT + B" to switch HDR mode
36
constexpr bool USE_LOW_PRECISION_FP_FORMATS = true; // saves a bit of memory and performance
37
-constexpr bool DLSS_PRESET = 0;
+constexpr uint8_t DLSS_PRESET = 0;
38
constexpr nri::UpscalerType upscalerType = nri::UpscalerType::DLSR;
39
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));
40
constexpr uint32_t TEXTURES_PER_MATERIAL = 4;
0 commit comments