Skip to content

Commit

Permalink
Update commandline-arguments.md
Browse files Browse the repository at this point in the history
Adds `--renderdoc`
  • Loading branch information
azeno authored Dec 19, 2024
1 parent bf2b1e3 commit 7b1fec1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion reference/hde/commandline-arguments.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ List of package repositories used by VL to lookup packages. Most useful, when [w
Tell the exporter to add a path to the generated NuGet.config file, which in turn will be used by dotnet to build the generated project|`--export-package-sources` + path to directory with .nupkg files
**As of 5.0:** Opt-out of the read-only default for libraries in order to work on them. For details, see [Editable Packages](../language/compilation.md#editable-packages).|`--editable-packages` + a semi-colon separated list of packages. Glob patterns are allowed, e.g. VL.IO.*
**As of 5.3:** Log issues during startup to %UserProfile%\Documents\vvvv\gamma\vvvv.log |`--log`
**As of 6.7:** Enable GPU debugging with VL.Stride. See [GPU Debugging](../libraries/3d/gpu-debugging.md).|`--debug-gpu`
**As of 6.7:** Enable GPU debugging with VL.Stride. See [GPU Debugging](../libraries/3d/gpu-debugging.md).| `--renderdoc` and `--debug-gpu`

Example:

Expand Down

0 comments on commit 7b1fec1

Please sign in to comment.