-
Notifications
You must be signed in to change notification settings - Fork 39
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
includes: Update NVAPI headers to R570
- Loading branch information
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
Submodule nvapi
updated
14 files
+147 −0 | NvApiDriverSettings.c | |
+175 −3 | NvApiDriverSettings.h | |
+ − | amd64/nvapi64.lib | |
+ − | docs/NVAPI_Reference_Developer.chm | |
+ − | docs/R565-OpenSource.docx | |
+ − | docs/R565_NVAPI_OpenSource_Release_Notes.pdf | |
+ − | docs/R570-OpenSource.docx | |
+263 −0 | nvHLSLExtns.h | |
+198 −1 | nvHLSLExtnsInternal.h | |
+37 −0 | nvShaderExtnEnums.h | |
+1,512 −107 | nvapi.h | |
+17 −0 | nvapi_interface.h | |
+13 −1 | nvapi_lite_common.h | |
+ − | x86/nvapi.lib |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
#pragma once | ||
|
||
#define NVAPI_VERSION "r565" | ||
#define NVAPI_VERSION "r570" | ||
#define DXVK_NVAPI_VERSION "@VCS_TAG@" |