mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-02-15 11:00:27 +01:00
egl: query/print EGL_CLIENT_APIS
This commit is contained in:
parent
e084fe54f9
commit
8cd33faee6
1 changed files with 3 additions and 0 deletions
|
|
@ -150,6 +150,9 @@ main(int argc, char *argv[])
|
|||
printf("EGL API version: %d.%d\n", maj, min);
|
||||
printf("EGL vendor string: %s\n", eglQueryString(d, EGL_VENDOR));
|
||||
printf("EGL version string: %s\n", eglQueryString(d, EGL_VERSION));
|
||||
#ifdef EGL_VERSION_1_2
|
||||
printf("EGL client APIs: %s\n", eglQueryString(d, EGL_CLIENT_APIS));
|
||||
#endif
|
||||
printf("EGL extensions string:\n");
|
||||
printf(" %s\n", eglQueryString(d, EGL_EXTENSIONS));
|
||||
printf("\n");
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue