-
-
Notifications
You must be signed in to change notification settings - Fork 20
Expand file tree
/
Copy pathtypedoc.json
More file actions
50 lines (50 loc) · 998 Bytes
/
typedoc.json
File metadata and controls
50 lines (50 loc) · 998 Bytes
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
{
"exclude": [
"!src/**/*.ts"
],
"out": "docs/api",
"mode": "file",
"stripInternal": true,
"excludePrivate": true,
"excludeNotExported": true,
"hideGenerator": true,
"name": "glsl",
"toc": [
"Canvas",
"Common",
"Context",
"ContextDefaultFragment",
"ContextDefaultFragment2",
"ContextDefaultVertex",
"ContextDefaultVertex2",
"ContextError",
"ContextVersion",
"ContextVertexBuffers",
"IContextOptions",
"isTextureData",
"IterableStringMap",
"ITextureData",
"ITextureInput",
"ITextureOptions",
"IUniformOption",
"Listener",
"Logger",
"METHODS_FLOAT",
"METHODS_FLOATV",
"METHODS_INT",
"METHODS_INTV",
"Subscriber",
"Texture",
"TextureExtensions",
"TextureFilteringType",
"TextureImageExtensions",
"Textures",
"TextureSourceType",
"TextureVideoExtensions",
"Uniform",
"UniformMethod",
"Uniforms",
"UniformTexture",
"UniformType"
]
}