Skip to content

Commit

Permalink
Nano fix
Browse files Browse the repository at this point in the history
  • Loading branch information
dzhdanNV committed Feb 20, 2024
1 parent 3426f9e commit e6e6a96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Include/NRDDescs.h
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ license agreement from NVIDIA CORPORATION is strictly prohibited.
#pragma once

#define NRD_DESCS_VERSION_MAJOR 4
#define NRD_DESCS_VERSION_MINOR 4
#define NRD_DESCS_VERSION_MINOR 5

static_assert(NRD_VERSION_MAJOR == NRD_DESCS_VERSION_MAJOR && NRD_VERSION_MINOR == NRD_DESCS_VERSION_MINOR, "Please, update all NRD SDK files");

Expand Down

0 comments on commit e6e6a96

Please sign in to comment.