Skip to content

Commit a3e2592

Browse files
committed
Doc: update help.json
1 parent e0e966d commit a3e2592

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/data/help.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1144,11 +1144,11 @@
11441144
"arg": {
11451145
"type": "enum",
11461146
"enum": {
1147-
"auto": "Query platform-specific graphics APIs. Requires proper GPU drivers to be installed. Not supported on BSDs",
1147+
"auto": "Query platform-specific graphics APIs. Requires proper GPU drivers to be installed. Supported on Linux, FreeBSD, Windows and macOS",
11481148
"pci": "Search PCI devices, which does not require GPU drivers to be installed. Not supported on Windows and macOS",
11491149
"vulkan": "Use Vulkan API. Slow and requires proper Vulkan drivers to be installed. Used for Android",
11501150
"opencl": "Use OpenCL API. Slow and requires proper OpenCL drivers to be installed",
1151-
"opengl": "Use OpenGL API. Slow and only detects one GPU"
1151+
"opengl": "Use OpenGL API. Slow and only detects one GPU. Used for OpenBSD"
11521152
},
11531153
"default": "auto"
11541154
}

0 commit comments

Comments
 (0)