wflinfo — a utility for printing OpenGL or OpenGL ES driver information
wflinfo
--platform=
platform
--api=
[
api
]OPTIONS
wflinfo is utility which creates an OpenGL or OpenGL ES context using the waffle library and prints information about the context.
-p
platform
--platform=platform
Where platform
is
android, cgl, gbm, glx, wayland, wgl, x11_egl
-a
api
--api=api
Where api
is
gl, gles1, gles2, gles3
-V
MAJOR.MINOR
--version=MAJOR.MINOR
For example --api=gl --version=3.2 would request OpenGL 3.2
--profile=profile
Where profile
is core, compat or none
-v
--verbose
Print more information
--forward-compatible
Request a forward compatible context be created
--debug-context
Request a debug context be created
-h
--help
Print wflinfo usage information