Files
cheatsheet-tldr/tldr/linux/eglinfo
2025-02-07 00:17:34 +00:00

22 lines
339 B
Plaintext

---
syntax: markdown
tags: [tldr, linux]
source: https://github.com/tldr-pages/tldr.git
---
# 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`