Command Line Arguments¶
You can start vulkan-renderer with the following command line arguments:
- --gpu <index>¶
Specifies which GPU to use by array index, starting from 0.
Note
The engine checks if this index is valid. If the index is invalid, automatic GPU selection rules apply (see _AUTOMATIC_GPU_SELECTION).
- --vsync¶
Enables vertical synchronization (limits FPS to monitor refresh rate).