vulkanscinfo
Display various Vulkan information
Syntax:
vulkanscinfo [--html] [-j or --json] [-j=gpu-number or --json=gpu-number] [-o filename or --output filename] [--show-formats] [--show-tool-props] [--summary] [--text]
Runs on:
QNX OS
Options:
- --html
-
Create an html version of the output and save it as vulkanscinfo.html in the directory where the command was run.
- -j or --json
-
Create a JSON version of the vulkanscinfo output that conforms to Vulkan profile schema. Using the first gpu in the system, the file is saved as VP_VULKANSCINFO_DEVICE_NAME_DRIVER_VERSION.json.
- -j=gpu-number or --json=gpu-number
-
Target a gpu by specifying its gpu-number. Run vulkanscinfo to find the gpu-number.
- -o filename or --output filename
-
Print the output to the filename specified. This file is written to the current working directory.
- --show-formats
-
Display the format properties of each physical display. Don't use this option with the JSON and HTML options as the format is always printed when using them.
- --show-tool-props
-
Display the format properties of each physical device. Can only be used with --text.
- --text
-
Output a text version of vulkanscinfo to stdout. This is the default output setting.
Description:
The vulkanscinfo utility prints Vulkan SC information such as:
- Device properties of GPUs
- Information on recognized layers
- Supported Vulkan SC extensions
Examples:
# vulkanscinfo --json