vkcube
TLDR
Run Vulkan demo
$ vkcube
With frame count$ vkcube --c [1000]
Present mode$ vkcube --present_mode [0]
GPU select$ vkcube --gpu [0]
SYNOPSIS
vkcube [--c frames] [--presentmode mode] [options_]
DESCRIPTION
vkcube tests Vulkan. It shows a spinning cube.
Vulkan demo. Graphics test.
Driver verification. Is Vulkan working?
Simple benchmark. Frame timing.
Part of Vulkan SDK. Standard test.
PARAMETERS
--c FRAMES
Frame count.--present_mode MODE
Presentation mode.--gpu INDEX
GPU selection.--width W
Window width.--height H
Window height.
CAVEATS
Vulkan drivers needed. GPU required. Display required.
HISTORY
vkcube is part of the Vulkan SDK, providing a simple test application for Vulkan functionality.
SEE ALSO
vulkaninfo(1), glxgears(1), vkcubepp(1)


