File: glad.1

package info (click to toggle)
python-glad 2.0.2-0.1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 6,360 kB
  • sloc: xml: 76,627; ansic: 5,843; python: 2,413; sh: 423; cpp: 248; makefile: 4
file content (52 lines) | stat: -rw-r--r-- 1,614 bytes parent folder | download | duplicates (3)
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