Note: This website is archived. For up-to-date information about D projects and development, please visit wiki.dlang.org.

Changes between Version 1 and Version 2 of Addons/GlLib

Show
Ignore:
Author:
JarrettBillingsley (IP: 67.171.66.50)
Timestamp:
06/14/09 16:59:47 (15 years ago)
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Addons/GlLib

    v1 v2  
    1616OpenGL is a cross-platform standard 3D graphics API.  Hooray! 
    1717 
    18 This addon attempts to bind to as much of OpenGL and its ''numerous'' extensions as efficiently and transparently as possible.  Every attempt has been made to preserve the names, parameter types, and feel of the raw native library.  It does no heap allocations (except possibly for string return values).  No attempt is made to check the validity of data passed to the GL.  This means this library is unsafe and has the potential to crash your app if misused.   
     18This addon attempts to bind to as much of OpenGL and its ''numerous'' extensions as efficiently and transparently as possible.  Every attempt has been made to preserve the names, parameter types, and feel of the raw native library.  It does no heap allocations (except possibly for string and `Vector` return values).  No attempt is made to check the validity of data passed to the GL.  This means this library is unsafe and has the potential to crash your app if misused.   
    1919 
    2020== Prerequisites ==