Be able to specify or inherit rendering device #6504
Replies: 3 comments 2 replies
-
You can do this in the |
Beta Was this translation helpful? Give feedback.
-
Feel free to open a pull request for this 🙂 Forwarding CLI arguments is done from the project manager to the editor manually, which means it involves a lot of copy-pasted code that accumulated over time unfortunately. This is why it's not uniformly done for all CLI arguments. |
Beta Was this translation helpful? Give feedback.
-
Pull request has been opened at #75198 |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I develop on a Linux laptop and would very much like to have an easy way to specify from the project chooser dialog or otherwise have the debug runs of projects or scenes in the editor inherit if a certain rendering device (i.e. integrated vs discrete graphics) are used when specified with something like the
--gpu-index 0
CLI option. Currently it always defaults to my discrete graphics card, I do not find specifying--gpu-index
to be a bad design choice, but when something like that is explicitly requested by the user it should be inherited by further project debug instances.Beta Was this translation helpful? Give feedback.
All reactions