Tcl3D Logo
Overview
Documentation
Currently selected Applications
OpenGL Info
GoogleMock Creator
Tclkits
Demos
Downloads
History
Related links
Contact
Valid XHTML 1.0 Transitional

Applications - OpenGL Information Center

With the help of the advanced OpenGL information functions, the Tile based application OglInfo has been developed.
It serves as an OpenGL information center, supplying all the information, an OpenGL developer (both C/C++ and Tcl) needs.
OglInfo GL information
Top of page

Information about OpenGL extensions.

The following information about each extension is provided:
  • Information about availability on underlying hardware and driver.
  • Information about availability with used GLEW version.
OglInfo GL extensions
Top of page

Information about OpenGL core and extension functions.

The following information about each function is provided:
  • Availability on underlying hardware and driver.
  • Corresponding OpenGL version or extension.
  • Deprecated since OpenGL version (0.0 means not deprecated).
  • Signature of function (both in C and tcl).
  • URL of official documentation page.
OglInfo GL commands
Top of page

Information about OpenGL core and extension enumerations.

The following information about each enumeration is provided:
  • Decimal value.
  • Hexadecimal value.
  • Corresponding OpenGL version or extension.
OglInfo GL enums
Top of page

Information about OpenGL versions and extensions.

The following information about each version or extension is provided:
  • List of corresponding functions.
  • List of corresponding enumerations.
OglInfo versions infos
Top of page

Deprecation check.

OpenGL source files (C or Tcl) can be loaded into a text widget. The following information about the file is provided:
  • List of used OpenGL functions.
  • List of used OpenGL enumerations.
OglInfo deprecation check
Top of page

History.

All visited tables are held in a history for easy re-access.
OglInfo history
Top of page

Export functionality.

All tables can be exported as CSV files for further inspection with a spreadsheet program.
OglInfo export
Top of page
Binaries are available in the download section.
Top of page