table of contents
other versions
vulkan-smoketest(1) | General Commands Manual | vulkan-smoketest(1) |
NAME¶
vulkan-smoketest - a Vulkan demo application
SYNOPSIS¶
vulkan-smoketest [options]
DESCRIPTION¶
The vulkan-smoketest program demonstrates multi-thread command buffer recording. It displays lots of moving and rotating 3D objects like teapots, spheres and pyramids.
OPTIONS¶
- --b
- Disable vsync.
- --w width
- Set initial width. The default width is 1280.
- --h height
- Set initial height. The default height is 1024.
- --v, --validate
- Enable validation.
- --vv
- Enable verbose validation.
- --nt
- Disable tick.
- --nr
- Disable rendering.
- --np
- Disable presentation.
- --flush
- Flush buffers.
- --c max_count
- Set max frame count.
- -s
- Use single-thread mode.
- -p
- Use push constants.
INTERACTIVE CONTROL¶
The following keys may be pressed while vulkan-smoketest is running:
AUTHOR¶
vulkan-smoketest was originally written by Google, Inc.
This manual page was written by Andreas Boll <andreas.boll.dev@gmail.com>, for the Debian project (but may be used by others).
2018-01-25 |