Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
shg8 authored Feb 24, 2024
1 parent 98a8e57 commit 8f9273b
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,18 +23,16 @@ The goal of this project is to provide a go-to implementation for high performan

### Options

- `--validation`: Enable Vulkan validation layers. This is useful for debugging and development purposes.
- `--validation`: Enable Vulkan validation layers

- `-v`, `--verbose`: Enable verbose logging. This will output more detailed logs, which can be helpful for troubleshooting issues.
- `-v`, `--verbose`: Enable verbose logging

- `-d`, `--device <index>`: Select physical device by index. This allows you to specify which physical device (e.g., GPU) to use for rendering.
- `-d`, `--device <index>`: Select GPU by index

- `-i`, `--immediate-swapchain`: Set swapchain mode to immediate (VK_PRESENT_MODE_IMMEDIATE_KHR). This can affect the presentation mode of the swapchain.

- `--no-gui`: Disable GUI. This runs the application in a headless mode, without a graphical user interface.

- `scene <path>`: Path to the scene file. This is a positional argument that specifies the path to the .ply file that contains the 3D scene to be rendered.
- `-i`, `--immediate-swapchain`: Set swapchain mode to immediate (VK_PRESENT_MODE_IMMEDIATE_KHR)

- `--no-gui`: Disable GUI

## Building
### Linux
VulkanSplatting requires the following dependencies:
Expand Down

0 comments on commit 8f9273b

Please sign in to comment.