Scroll to navigation

WFLINFO(1) wflinfo Manual WFLINFO(1)

NAME

wflinfo - a utility for printing OpenGL or OpenGL ES driver information

SYNOPSIS

wflinfo --platform=platform --api= api [OPTIONS]

DESCRIPTION

wflinfo is utility which creates an OpenGL or OpenGL ES context using the waffle library and prints information about the context.

REQUIRED PARAMETERS

-p platform
 
--platform=platform
Where platform is android, cgl, gbm, glx, wayland, or x11_egl
-a api
 
--api=api
Where api is gl, gles1, gles2, or gles3

OPTIONS

-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

EXAMPLES

ISSUES

Please report bugs or and feature requests to https://github.com/waffle-gl/waffle/issues.

SEE ALSO

AUTHORS

Chad Versace <chad.versace@linux.intel.com>
Maintainer
Jordan Justen <jordan.l.justen@intel.com>
Contributor

COPYRIGHT

Copyright © 2013 Intel
 
This manual page is licensed under the Creative Commons Attribution-ShareAlike 3.0 United States License (CC BY-SA 3.0). To view a copy of this license, visit http://creativecommons.org.license/by-sa/3.0/us.
09/25/2014 waffle