Skip to content

Commit c514a9a

Browse files
committed
Add NVIDIA RTX IO
1 parent 2903070 commit c514a9a

File tree

4 files changed

+8
-0
lines changed

4 files changed

+8
-0
lines changed

descriptions/SDK.NVIDIA_RTX_IO.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
[**NVIDIA RTX IO**](https://developer.nvidia.com/rtx-io) is a GPU-accelerated loading and asset decompression technology exclusive to Nvidia graphics cards.

rules.ini

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -305,6 +305,7 @@ NVIDIA_Real-Time_Denoisers = (?:^|/)(?:sl\.)?NRD\.dll$
305305
NVIDIA_Reflex[] = (?:^|/)nvlowlatencyvk\.dll$
306306
NVIDIA_Reflex[] = (?:^|/)GfxPluginNVIDIAReflex\.dll$
307307
NVIDIA_Reflex[] = (?:^|/)sl\.reflex\.dll$
308+
NVIDIA_RTX_IO = (?:^|/)rtxio\.dll$
308309
NVIDIA_Streamline = (?:^|/)sl\.common\.dll$
309310
NVIDIA_Texture_Tools = (?:^|/)nvtt(?:_64)?\.dll$
310311
NVIDIA_TXAA = (?:^|/)GFSDK_TXAA

tests/types/SDK.NVIDIA_RTX_IO.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
/rtxio.dll
2+
rtxio.dll
3+
bin/.trex/rtxio.dll

tests/types/_NonMatchingTests.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1314,6 +1314,9 @@ mmfs2_dll
13141314
abcmmfs2.dll
13151315
mmfs2.dllasdonasf
13161316
mmfs2asdf.dll
1317+
rtx_io.dll
1318+
rtxio_dll
1319+
txio.dll
13171320
greenworks.nodespasdkj
13181321
greenworks-win_node
13191322
greenworks-win10.node

0 commit comments

Comments
 (0)