Portal:Development Tools/OpenGL Function Loading: Difference between revisions

From OpenGL Wiki
Jump to navigation Jump to search
m More compact.
m version update.
Line 15: Line 15:
|-
|-
| [[Tools/OpenGL Loader Generator|OpenGL Loader Generator]]
| [[Tools/OpenGL Loader Generator|OpenGL Loader Generator]]
| 1.0.4
| 1.0.5
| A tool for generating OpenGL loaders that includes the exact version/extensions you want, and ''only'' them.
| A tool for generating OpenGL loaders that includes the exact version/extensions you want, and ''only'' them.
|}
|}

Revision as of 21:25, 12 March 2013

OpenGL loading libraries automate the process of loading OpenGL functions.

Name Version Description
GLEW 1.9.0 An OpenGL loading library which loads all core versions and extensions.
gl3w N/A A tool for generating OpenGL loading code for core 4.6 functions.
OpenGL Loader Generator 1.0.5 A tool for generating OpenGL loaders that includes the exact version/extensions you want, and only them.