Skip to content

Add NVIDIA RTX IO #872

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 6 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions descriptions/SDK.NVIDIA_RTX_IO.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
[**NVIDIA RTX IO**](https://developer.nvidia.com/rtx-io) is a GPU-accelerated loading and asset decompression technology exclusive to Nvidia graphics cards.
1 change: 1 addition & 0 deletions rules.ini
Original file line number Diff line number Diff line change
Expand Up @@ -305,6 +305,7 @@ NVIDIA_Real-Time_Denoisers = (?:^|/)(?:sl\.)?NRD\.dll$
NVIDIA_Reflex[] = (?:^|/)nvlowlatencyvk\.dll$
NVIDIA_Reflex[] = (?:^|/)GfxPluginNVIDIAReflex\.dll$
NVIDIA_Reflex[] = (?:^|/)sl\.reflex\.dll$
NVIDIA_RTX_IO = (?:^|/)rtxio\.dll$
NVIDIA_Streamline = (?:^|/)sl\.common\.dll$
NVIDIA_Texture_Tools = (?:^|/)nvtt(?:_64)?\.dll$
NVIDIA_TXAA = (?:^|/)GFSDK_TXAA
Expand Down
3 changes: 3 additions & 0 deletions tests/types/SDK.NVIDIA_RTX_IO.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
/rtxio.dll
rtxio.dll
bin/.trex/rtxio.dll
3 changes: 3 additions & 0 deletions tests/types/_NonMatchingTests.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1314,6 +1314,9 @@ mmfs2_dll
abcmmfs2.dll
mmfs2.dllasdonasf
mmfs2asdf.dll
rtx_io.dll
rtxio_dll
txio.dll
greenworks.nodespasdkj
greenworks-win_node
greenworks-win10.node
Expand Down