examples/gl/glInfoExample/README.md
This example demonstrates how to display your GL status like the openGL version, details about your graphics card, shader support or available openGL extensions. A full report can be saved to bin/data/openglReport.txt. The example also includes a few functions from the OpenGL Extension Wrangler Library (GLEW).
You will learn how to..
glGetString(), glewIsSupported() or glGetIntegerv()When launching this app, you should see a text listing your openGL version, vendor, renderer and other details about your setup.
Instructions for use:
bin/data/openglReport.txt.This Example uses the following classes: