.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.6. .TH GLAD "1" "September 2018" "" "User Commands" .SH NAME glad \- generator of API for graphics programming .SH SYNOPSIS usage: glad [\-h] [\-\-profile {core,compatibility}] \fB\-\-out\-path\fR OUT [\-\-api API] .SH DESCRIPTION Uses the official Khronos\-XML specs to generate a GL/GLES/EGL/GLX/WGL Loader made for your needs. Glad currently supports the languages C, D, Nim, Pascal and Volt. .IP \fB\-\-generator\fR {c,c\-debug,d,nim,pascal,volt} [\-\-extensions EXTENSIONS] [\-\-spec {gl,egl,glx,wgl}] [\-\-no\-loader] [\-\-omit\-khrplatform] [\-\-local\-files] [\-\-quiet] .SH OPTIONS .TP \fB\-h\fR, \fB\-\-help\fR show this help message and exit .TP \fB\-\-profile\fR {core,compatibility} OpenGL profile (defaults to compatibility) .TP \fB\-\-out\-path\fR OUT Output path for loader .TP \fB\-\-api\fR API API type/version pairs, like "gl=3.2,gles=", no version means latest .TP \fB\-\-generator\fR {c,c\-debug,d,nim,pascal,volt} Language to generate the binding for .TP \fB\-\-extensions\fR EXTENSIONS Path to extensions file or comma separated list of extensions, if missing all extensions are included .TP \fB\-\-spec\fR {gl,egl,glx,wgl} Name of the spec .HP \fB\-\-no\-loader\fR .TP \fB\-\-omit\-khrplatform\fR Omits inclusion of the khrplatform.h file which is often unnecessary. Only has an effect if used together with c generators. .TP \fB\-\-local\-files\fR Forces every file directly into the output directory. No src or include subdirectories are generated. Only has an effect if used together with c generators. .HP \fB\-\-quiet\fR