-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmeson_options.txt
More file actions
45 lines (36 loc) · 1.05 KB
/
Copy pathmeson_options.txt
File metadata and controls
45 lines (36 loc) · 1.05 KB
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
option('api',
type: 'string',
value: 'gl:core=4.6',
description: 'api')
option('extensions',
type: 'array',
value: [],
description: 'extensions')
option('ext_option',
type: 'string',
value: '',
description: 'another options for glad')
option('alias',
type: 'boolean',
value: false,
description: 'enables function pointer aliasing?')
option('header_only',
type: 'boolean',
value: false,
description: 'generates a header only version of glad?')
option('loader',
type: 'boolean',
value: false,
description: 'includes internal loaders for APIs?')
option('mx',
type: 'boolean',
value: false,
description: 'enables support for multiple GL contexts?')
option('on_demand',
type: 'boolean',
value: false,
description: 'On-demand function pointer loading')
option('ext_c_option',
type: 'string',
value: '',
description: 'another options for glad c generator')