mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-01-26 11:33:59 +00:00
23 lines
347 B
Plaintext
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`
|