PDA

View Full Version : DGL OpenGL-Header 1.9



Sascha Willems
14-06-2005, 09:08 AM
The german Delphi OpenGL-Community ('http://www.delphigl.com') just recently updated their OpenGL-Header ('http://www.delphigl.com/do_download.php?f=12000') to version 1.9, which works with Win32, .NET and Linux.

The header already supports all new OpenGL-extensions and now also can be used with .NET (1.1, therefore works with D2005). Some of the changes :

<ul>
InitOpenGL will now be called automatically, so you don't have to do it manually anymore.
Possbility to only load the function pointers for a given set of OpenGL-extensions (to speed up loading). By default all extensions are initialized.
[/list]