Skip to content

Commit

Permalink
readme: : Maxwell GM107/GM108 support
Browse files Browse the repository at this point in the history
  • Loading branch information
pchome authored Nov 17, 2024
1 parent 2027809 commit bbbfcb1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,8 @@ The following environment variables tweak DXVK-NVAPI's runtime behavior:
- `DXVK_NVAPI_DISABLE_ENTRYPOINTS`, when set to a comma-separated list of NVAPI entrypoint names, will hide their implementation from the application. For example, `DXVK_NVAPI_DISABLE_ENTRYPOINTS=NvAPI_D3D11_BeginUAVOverlap,NvAPI_D3D11_EndUAVOverlap` will report D3D11 barrier control extensions as not available.
- `DXVK_NVAPI_GPU_ARCH`, when set to one of supported NVIDIA GPU architecture IDs will override reported GPU architecture. Currently supported values are:
- `GK100` (Kepler)
- `GM200` (Maxwell)
- `GM000` (Maxwell Gen1)
- `GM200` (Maxwell Gen2)
- `GP100` (Pascal)
- `GV100` (Volta)
- `TU100` (Turing)
Expand Down

0 comments on commit bbbfcb1

Please sign in to comment.