Created
August 4, 2023 14:11
-
-
Save federkamm/e9cf24ba97f69be19eb75804b3fe58e9 to your computer and use it in GitHub Desktop.
optirun/primusrun for WSL2
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
export MESA_D3D12_DEFAULT_ADAPTER_NAME=NVIDIA # see: https://github.com/microsoft/wslg/wiki/GPU-selection-in-WSLg | |
exec "$@" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment