1WFLINFO(1) wflinfo Manual WFLINFO(1)
2
3
4
6 wflinfo - a utility for printing OpenGL or OpenGL ES driver information
7
9 wflinfo --platform=platform --api=api [OPTIONS]
10
12 wflinfo is utility which creates an OpenGL or OpenGL ES context using
13 the waffle library and prints information about the context.
14
16 -p platform
17 --platform=platform
18 Where platform is android, cgl, gbm, glx, wayland, wgl, or x11_egl
19
20 -a api
21 --api=api
22 Where api is gl, gles1, gles2, or gles3
23
25 -V MAJOR.MINOR
26 --version=MAJOR.MINOR
27 For example --api=gl --version=3.2 would request OpenGL 3.2
28
29 --profile=profile
30 Where profile is core, compat or none
31
32 -v
33 --verbose
34 Print more information
35
36 --forward-compatible
37 Request a forward compatible context be created
38
39 --debug-context
40 Request a debug context be created
41
42 -h
43 --help
44 Print wflinfo usage information
45
47 wflinfo --platform=glx --api=gl
48 wflinfo --platform=x11_egl --api=gl --version=3.2 --profile=core
49 wflinfo --platform=wayland --api=gles3
50 wflinfo --platform=gbm --api=gl --version=3.2 --verbose
51 wflinfo -p gbm -a gl -V 3.2 -v
52
54 Please report bugs or and feature requests to
55 https://github.com/waffle-gl/waffle/issues.
56
58 waffle(7)
59
61 Chad Versace <chad.versace@linux.intel.com>
62 Maintainer
63
64 Jordan Justen <jordan.l.justen@intel.com>
65 Contributor
66
68 Copyright © 2013 Intel
69
70 This manual page is licensed under the Creative Commons
71 Attribution-ShareAlike 3.0 United States License (CC BY-SA 3.0). To
72 view a copy of this license, visit
73 http://creativecommons.org.license/by-sa/3.0/us.
74
75
76
77
78waffle 07/27/2019 WFLINFO(1)