Skip to content

Commit be52510

Browse files
committed
Fix wrong options in readme
1 parent 6a4d8b0 commit be52510

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

README.adoc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
////
2-
- Copyright (c) 2019-2025, Arm Limited and Contributors
2+
- Copyright (c) 2019-2026, Arm Limited and Contributors
33
-
44
- SPDX-License-Identifier: Apache-2.0
55
-
@@ -158,12 +158,12 @@ vulkan_samples sample swapchain_images
158158
# Run AFBC sample in benchmark mode for 5000 frames
159159
vulkan_samples sample afbc --benchmark --stop-after-frame 5000
160160
161-
# Run compute nbody using headless_surface and take a screenshot of frame 5
162-
# Note: headless_surface uses VK_EXT_headless_surface.
161+
# Run compute nbody using headless-surface and take a screenshot of frame 5
162+
# Note: headless-surface uses VK_EXT_headless_surface.
163163
# This will create a surface and a Swapchain, but present will be a no op.
164164
# The extension is supported by Swiftshader(https://github.com/google/swiftshader).
165165
# It allows to quickly test content in environments without a GPU.
166-
vulkan_samples sample compute_nbody --headless_surface -screenshot 5
166+
vulkan_samples sample compute_nbody --headless-surface --screenshot 5
167167
168168
# Run all the performance samples for 10 seconds in each configuration
169169
vulkan_samples batch --category performance --duration 10

0 commit comments

Comments
 (0)