-
Notifications
You must be signed in to change notification settings - Fork 72
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Feature Request]Set GPU via VKDeviceChooser #1201
Comments
This sounds useful. Can you list the command-line option for how to do this so we can see what env var we need to export? Also, v12.12 is extremely out-of-date, almost two years out of date. Please use the latest |
Sorry about the late reply. The holidays are busy as hell. The commands are as such: |
No problem, thanks for the additional info! I will check if there is a way we can list vulkan devices and maybe get an index that way, and then internally map the GPU name to the index. For example if we can get them like "INTEL-IGPU:0", "AMD-DGPU:1", we can split on the Seems like a useful option, I'll look into adding this when I have some time. |
System Information
Feature Description
It would be nice to add the option to select which GPU you wanted the game to use using VKDeviceChooser. Right now I have to set it manually in all games using the launch options, but if it were a setting that could be toggled in STL, then I could have it apply across all games, ensuring that they all run well and on the correct GPU.
The text was updated successfully, but these errors were encountered: