Very Simple OpenGL Extensions Viewer

Started by JeGX, October 19, 2014, 06:58:29 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

JeGX

Here is a small demo (in Lua) that shows how to list the OpenGL extensions exposed by the driver.

You can browse the extensions list using the following keys:
- PAGE_DOWN / PAGE_UP: to move up and down in the list.
- HOME: to jump to the start of the list
- END: to jump to the end of the list

The demo is available in the code sample pack in the host_api/OpenGL_Extensions/ folder



I haven't tested the demo on OSX and Linux but it should work. Otherwise, let me know in this thread.