OpenGL 3/4 support in D
Is there any lib that provides OpenGL 3 or 4 bindings for the D开发者_C百科 language? AFAIK, derelict only gives 2.1 capabilities.
derelict2 supports OpenGL 3.1, 3.2, 3.3 and 4.0.
See http://www.dsource.org/projects/derelict/changeset?old=branches%2FDerelict2%2FDerelictGL%2Fderelict%2Fopengl%40523&new=branches%2FDerelict2%2FDerelictGL%2Fderelict%2Fopengl%40523
The link above is not longer working. Derelict is now version 3 and on Github: https://github.com/aldacron/Derelict3/
精彩评论