dxvk-remix
dxvk-remix copied to clipboard
Is DXVK-Remix subject to the NVIDIA RTX SDKs License?
Hey
DXVK-Remix is dual-licensed under the permissive MIT and zlib licenses, which generally allow for integration into GPL-like projects. However, it links to parts of the RTX SDK, which has a more restrictive license and specifically prohibits linking against GPL-like licenses.
I'm uncertain if utilizing RTXDI as a submodule would circumvent this restriction, to my understanding it's fine for DXVK-Remix to be licensed under MIT, but it cannot be linked to GPL codebases due to the RTXDI module being under the Nvidia RTX SDK License.
What would you link that is GPL to the dxvk dlls?