From 8f9273b27f1031878b9dbc909b4fd68d7aa60579 Mon Sep 17 00:00:00 2001 From: shg8 <38004233+shg8@users.noreply.github.com> Date: Sat, 24 Feb 2024 04:09:04 -0600 Subject: [PATCH] Update README.md --- README.md | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index d32ce5c..12ef0aa 100644 --- a/README.md +++ b/README.md @@ -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 `: Select physical device by index. This allows you to specify which physical device (e.g., GPU) to use for rendering. +- `-d`, `--device `: 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 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: