File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -29,8 +29,8 @@ license agreement from NVIDIA CORPORATION is strictly prohibited.
29
29
30
30
#define NRD_VERSION_MAJOR 4
31
31
#define NRD_VERSION_MINOR 15
32
- #define NRD_VERSION_BUILD 2
33
- #define NRD_VERSION_DATE " 29 July 2025"
32
+ #define NRD_VERSION_BUILD 1
33
+ #define NRD_VERSION_DATE " 19 August 2025"
34
34
35
35
#if defined(_WIN32)
36
36
#define NRD_CALL __stdcall
Original file line number Diff line number Diff line change 1
- # NVIDIA REAL-TIME DENOISERS v4.15.2 (NRD)
1
+ # NVIDIA REAL-TIME DENOISERS v4.15.1 (NRD)
2
2
3
3
[ ![ Build NRD SDK] ( https://github.com/NVIDIA-RTX/NRD/actions/workflows/build.yml/badge.svg )] ( https://github.com/NVIDIA-RTX/NRD/actions/workflows/build.yml )
4
4
Original file line number Diff line number Diff line change @@ -23,6 +23,6 @@ Versioning rules:
23
23
24
24
#define VERSION_MAJOR 4
25
25
#define VERSION_MINOR 15
26
- #define VERSION_BUILD 2
26
+ #define VERSION_BUILD 1
27
27
28
28
#define VERSION_STRING STR(VERSION_MAJOR.VERSION_MINOR.VERSION_BUILD encoding=NRD_NORMAL_ENCODING.NRD_ROUGHNESS_ENCODING)
You can’t perform that action at this time.
0 commit comments