mirror of https://github.com/CrimsonTome/tldr.git
vulkaninfo: add page (#13203)
Co-authored-by: spageektti <git@spageektti.cc> Co-authored-by: CleanMachine1 <78213164+CleanMachine1@users.noreply.github.com> Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com>pull/28/head
parent
f77e49fb2b
commit
d9b667808b
|
@ -0,0 +1,16 @@
|
|||
# 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`
|
Loading…
Reference in New Issue