File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
159159vulkan_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
169169vulkan_samples batch --category performance --duration 10
You can’t perform that action at this time.
0 commit comments