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).

--maxfps <fps>

Limits the max frames per seconds to a specified value. The command line argument will be clamped in between the values 1 fps and 2000 fps as lower and higher bounds.