We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 52a7d3f commit 448894eCopy full SHA for 448894e
1 file changed
src/tests/hello_xr/main.cpp
@@ -11,7 +11,7 @@ void ShowHelp() {
11
// TODO: Improve/update when things are more settled.
12
Log::Write(Log::Level::Info,
13
"HelloXr --graphics|-g <Graphics API> [--formfactor|-ff <Form factor>] [--viewconfig|-vc <View config>] "
14
- "[--blendmode|-bm <Blend mode>] [--space|-s <Space>]");
+ "[--blendmode|-bm <Blend mode>] [--space|-s <Space>] [--verbose|-v]");
15
Log::Write(Log::Level::Info, "Graphics APIs: D3D11, D3D12, OpenGLES, OpenGL, Vulkan");
16
Log::Write(Log::Level::Info, "Form factors: Hmd, Handheld");
17
Log::Write(Log::Level::Info, "View configurations: Mono, Stereo");
0 commit comments