Files
cheatsheet-tldr/tldr/vkcube
2025-11-30 00:23:24 +00:00

23 lines
347 B
Plaintext

---
syntax: markdown
tags: [tldr, common]
source: https://github.com/tldr-pages/tldr.git
---
# vkcube
> Test Vulkan rendering.
> See also: `glxgears`.
> More information: <https://github.com/krh/vkcube>.
- Run a Vulkan test window:
`vkcube`
- Use a specific display protocol:
`vkcube --wsi {{xlib|wayland|...}}`
- Display help:
`vkcube -h`