1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52
|
.\" 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
|