RTX Remix

New version of NVIDIA RTX Remix Runtime released, improves game compatibility


NVIDIA has released a new version of the NVIDIA RTX Remix Runtime. According to its changelog, Version 0.2.0 improves overall game compatibility. As such, players will be able to implement RTX Remix Runtime in more games.

Going into more details, RTX Remix Runtime Version 0.2.0 brings improvements to culling issues. Furthermore, it improves detection of shadow volumes, and adds support for capturing normals in vertex capture path.

You can download this new version of RTX Remix Runtime from here. Below you can also find its complete changelog.

NVIDIA RTX Remix Runtime Version 0.2.0 Release Notes

  • The Remix Runtime Bridge is now open source on GitHub! You can find the repo here!
  • Many Bridge improvements have gone into this release to address various game compatibility issues:
    • Fixed issues with shader parser logic that helps with Shader Model 2+ games.
    • Fixed surface data pitch issue that was leading to crashes in some games.
    • Added support for games that change the main window handle on Reset().
    • Allow null vertex declaration on server to fix unnecessary failures in some situations.
    • Properly initialize render state according to the official DirectX9 documentation to fix geometry corruption in some games.
    • Handle CreateTextureXXX() calls with levels = 0 to fix geometry corruption in some games.
    • Fixed mouse input processing for games where the mouse pointer would not move in the game or with the Remix menu opened, and added other DirectInput fixes for games using different exclusive modes. Also added optional input message pump hook that is needed for some games.
    • Better matching of the native D3D9 behavior when dealing with shaders and swapchain initialization.
    • Added more input validation on client and server side – the server is now properly returning failure codes to the client where failure is allowable.
    • Added DPI awareness to the bridge client so that the game window gets scaled and mouse input is handled properly on displays with higher than 100% DPI.
    • Optimized how the SharedHeap works to reduce crashes at launch and require less finetuning of its settings. Since the SharedHeap can still lead to issues in certain games we switched it to be turned off by default, but it can be enabled in bridge.conf with the useSharedHeap setting.
    • Added forced window client option client.forceWindowed to bridge.conf.
  • DXVK-Remix improvements and game compatibility fixes:
    • Improvements to culling issues–Remix now includes an initial set of heuristics to work around engine-side culling.
    • Improved handling of alpha-tested geometry that uses fractional (“feathered”) alpha.
    • Improved detection of shadow volumes.
    • Support for capturing normals in vertex capture path.
  • Improvements to RTX Remix menus and documentation: expanded and clarified the existing documentation, and added tooltips in the UI to make it more accessible.
  • Debug symbols for the release are now available in a separate remix-0.2.0-symbols.zip package to make debugging the source code from the compiled binaries easier.
Easily Remaster Classic Games with NVIDIA RTX Remix