Files
cheatsheet-tldr/tldr/vulkaninfo
2024-07-07 00:16:15 +00:00

22 lines
398 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`