LinuxCommandLibrary

vkcube

TLDR

Run Vulkan demo

$ vkcube
copy
With frame count
$ vkcube --c [1000]
copy
Present mode
$ vkcube --present_mode [0]
copy
GPU select
$ vkcube --gpu [0]
copy

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

Copied to clipboard