-
Notifications
You must be signed in to change notification settings - Fork 69
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This is the official 2.4 release. See README.md for more details.
- Loading branch information
1 parent
f923cd3
commit 82fdb51
Showing
94 changed files
with
1,713 additions
and
547 deletions.
There are no files selected for viewing
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 +1,3 @@ | ||
build/* | ||
_out/* | ||
.vs/* |
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
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 @@ | ||
# NVIDIA GeForce NOW SDK Release 2.3 | ||
# NVIDIA GeForce NOW SDK Release 2.4 | ||
|
||
## At a Glance | ||
|
||
|
@@ -18,14 +18,12 @@ Please refer to the [SDK GFN Primer](./doc/SDK-GFN-PRIMER.pdf) for a more detail | |
|
||
### What's New in This Release | ||
|
||
* Added two new samples - CubeSample and PartnerDataAPI. | ||
* Added documentation for integrating this SDK with Epic Games' Unreal Engine. | ||
* See SDK-GFN-UNREALENGINE-INTEGRATION-GUIDE.pdf in the doc folder for more details. | ||
* Added Virtual Studio 2022 support | ||
* Improved documentation throughout the SDK. | ||
* Added `gfnOpenURLOnClient` API for app to request client application to open a URL in their local web browser. | ||
* Added `OpenClientBrowser` sample to demonstrate `gfnOpenURLOnClient` API usage. | ||
* Added `PreWarmSample` sample to demonstrate usage of the APIs and callbacks associated with PreWarm feature. | ||
* Added touch input support to `CubeSample` app. | ||
* Various bug fixes and improvements. | ||
|
||
|
||
## GeForce NOW Developer Portal | ||
|
||
* Please [contact us](mailto:[email protected]) to register your organization or game with the GeForce NOW Developer Portal. | ||
|
@@ -88,7 +86,9 @@ The distribution is laid out as below: | |
├───CloudCheckAPI | ||
├───Common | ||
├───CubeSample | ||
├───OpenClientBrowser | ||
├───PartnerDataAPI | ||
├───PreWarmSample | ||
├───SampleLauncher | ||
└───SDKDllDirectRefSample | ||
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
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
167 changes: 84 additions & 83 deletions
167
doc/SDK-GFN-RUNTIME/html/_gfn_runtime_sdk___c_a_p_i_8h_source.html
Large diffs are not rendered by default.
Oops, something went wrong.
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
45 changes: 23 additions & 22 deletions
45
doc/SDK-GFN-RUNTIME/html/_gfn_runtime_sdk___wrapper_8h_source.html
Large diffs are not rendered by default.
Oops, something went wrong.
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
Large diffs are not rendered by default.
Oops, something went wrong.
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
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
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
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
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
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
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
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
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
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
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
Oops, something went wrong.