Update cheatsheets

This commit is contained in:
ivuorinen
2024-07-07 00:16:15 +00:00
parent e1b30c459c
commit a778647a2d
8 changed files with 191 additions and 1 deletions

21
tldr/vulkaninfo Normal file
View File

@@ -0,0 +1,21 @@
---
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`