glamour.gl

If compiled with version=Derelict3 glamour will use Derelict3 as OpenGL backend, otherwise Derelict2. If glamour gets compiled with Derelict3, you can not load textures from images with DevIL!

Public Imports

glad.gl.gl
public import glad.gl.gl;
derelict.opengl3.gl3
public import derelict.opengl3.gl3;
derelict.opengl.gl
public import derelict.opengl.gl;
derelict.opengl.glext
public import derelict.opengl.glext;

Meta