HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

vkcube — Test Vulkan rendering. See also: `glxgears`. More information: <https://github.com/krh/vkcube>.

Submitted by: @import:tldr-pages··
0
Viewed 0 times
commandrenderingclivkcubetestvulkanseealso

Problem

How to use the vkcube command: Test Vulkan rendering. See also: glxgears. More information: <https://github.com/krh/vkcube>.

Solution

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

Code Snippets

Run a Vulkan test window

vkcube

Use a specific display protocol

vkcube --wsi {{xlib|wayland|...}}

Display help

vkcube -h

Context

tldr-pages: common/vkcube

Revisions (0)

No revisions yet.