mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02:00

Co-authored-by: spageektti <git@spageektti.cc> Co-authored-by: CleanMachine1 <78213164+CleanMachine1@users.noreply.github.com> Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com>
16 lines
305 B
Markdown
16 lines
305 B
Markdown
# vulkaninfo
|
|
|
|
> Print system Vulkan information.
|
|
> More information: <https://vulkan.lunarg.com/doc/view/latest/linux/vulkaninfo.html>.
|
|
|
|
- Print full Vulkan information:
|
|
|
|
`vulkaninfo`
|
|
|
|
- Print a summary:
|
|
|
|
`vulkaninfo --summary`
|
|
|
|
- Make a HTML document of the full Vulkan information:
|
|
|
|
`vulkaninfo --html`
|