29 lines
673 B
D
29 lines
673 B
D
/*
|
|
|
|
OpenGL loader generated by glad 0.1.27 on Sun Sep 30 18:03:39 2018.
|
|
|
|
Language/Generator: D
|
|
Specification: gl
|
|
APIs: gl=3.3
|
|
Profile: core
|
|
Extensions:
|
|
GL_KHR_debug
|
|
Loader: True
|
|
Local files: False
|
|
Omit khrplatform: False
|
|
Reproducible: False
|
|
|
|
Commandline:
|
|
--profile="core" --api="gl=3.3" --generator="d" --spec="gl" --extensions="GL_KHR_debug"
|
|
Online:
|
|
http://glad.dav1d.de/#profile=core&language=d&specification=gl&loader=on&api=gl%3D3.3&extensions=GL_KHR_debug
|
|
*/
|
|
|
|
module glad.gl.all;
|
|
|
|
|
|
public import glad.gl.funcs;
|
|
public import glad.gl.ext;
|
|
public import glad.gl.enums;
|
|
public import glad.gl.types;
|