29 lines
626 B
D
29 lines
626 B
D
/*
|
|
|
|
OpenGL loader generated by glad 0.1.36 on Sun Jan 14 04:10:49 2024.
|
|
|
|
Language/Generator: D
|
|
Specification: gl
|
|
APIs: gl=4.6
|
|
Profile: core
|
|
Extensions:
|
|
|
|
Loader: True
|
|
Local files: False
|
|
Omit khrplatform: False
|
|
Reproducible: False
|
|
|
|
Commandline:
|
|
--profile="core" --api="gl=4.6" --generator="d" --spec="gl" --extensions=""
|
|
Online:
|
|
https://glad.dav1d.de/#profile=core&language=d&specification=gl&loader=on&api=gl%3D4.6
|
|
*/
|
|
|
|
module glad.gl.all;
|
|
|
|
|
|
public import glad.gl.funcs;
|
|
public import glad.gl.ext;
|
|
public import glad.gl.enums;
|
|
public import glad.gl.types;
|