mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-10 12:30:11 +01:00
xeglgears: Update help text
This commit is contained in:
parent
bc04ae21c1
commit
b7041db8f8
1 changed files with 2 additions and 1 deletions
|
|
@ -712,7 +712,8 @@ usage(void)
|
|||
printf(" -fullscreen run in fullscreen mode\n");
|
||||
printf(" -info display OpenGL renderer info\n");
|
||||
printf(" -pixmap use pixmap surface\n");
|
||||
printf(" -pbuffer-copy use pbuffer surface and eglCopyBuffers\n");
|
||||
printf(" -pixmap-texture use pixmap surface and texture using EGLImage\n");
|
||||
printf(" -pbuffer use pbuffer surface and eglCopyBuffers\n");
|
||||
printf(" -pbuffer-texture use pbuffer surface and eglBindTexImage\n");
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue