Skip to content

Commit

Permalink
Commandline option formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
cqcallaw committed Mar 5, 2020
1 parent 801c3c0 commit e93b901
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ The Unreal Engine Shooter Game demo with quality-of-life improvements. Improveme

# Command Line Options

-vulkan: Render the game using the Vulkan graphics API (supported on Linux and Windows)
-dx11: Render the game using the DX11 graphics API (supported on Windows only)
-benchmark: Launch the Shooter game in benchmarking mode. In this mode, the game will launch directly into a Free-for-All match with no bots, then automatically after 60 seconds.
_-vulkan_: Render the game using the Vulkan graphics API (supported on Linux and Windows)

_-dx11:_ Render the game using the DX11 graphics API (supported on Windows only)

_-benchmark:_ Launch the Shooter game in benchmarking mode. In this mode, the game will launch directly into a Free-for-All match with no bots, then automatically after 60 seconds.

0 comments on commit e93b901

Please sign in to comment.