mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02:00
17 lines
305 B
Markdown
17 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`
|