Reputation: 1472
Is there any lib that provides OpenGL 3 or 4 bindings for the D language? AFAIK, derelict only gives 2.1 capabilities.
Upvotes: 11
Views: 4793
Reputation: 517
derelict2 supports OpenGL 3.1, 3.2, 3.3 and 4.0.
The link above is not longer working. Derelict is now version 3 and on Github: https://github.com/aldacron/Derelict3/
Upvotes: 11