mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-01-26 11:33:59 +00:00
26 lines
445 B
Plaintext
26 lines
445 B
Plaintext
---
|
|
syntax: markdown
|
|
tags: [tldr, common]
|
|
source: https://github.com/tldr-pages/tldr.git
|
|
---
|
|
# 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`
|
|
|
|
- Display help:
|
|
|
|
`vulkaninfo {{[-h|--help]}}`
|