mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-09-10 16:33:46 +02:00
eglinfo: add page (#15672)
This commit is contained in:
parent
5c6f553196
commit
4e8b17a032
1 changed files with 16 additions and 0 deletions
16
pages/linux/eglinfo.md
Normal file
16
pages/linux/eglinfo.md
Normal file
|
@ -0,0 +1,16 @@
|
|||
# eglinfo
|
||||
|
||||
> Display platform EGL information.
|
||||
> More information: <https://github.com/dv1/eglinfo>.
|
||||
|
||||
- Display full platform information:
|
||||
|
||||
`eglinfo`
|
||||
|
||||
- Display a brief version of platform information:
|
||||
|
||||
`eglinfo -B`
|
||||
|
||||
- Display help:
|
||||
|
||||
`eglinfo -h`
|
Loading…
Add table
Reference in a new issue