mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-19 19:50:24 +00:00
Update cheatsheets
This commit is contained in:
21
tldr/vulkaninfo
Normal file
21
tldr/vulkaninfo
Normal 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`
|
||||
Reference in New Issue
Block a user