forked from webgpu/webgpufundamentals
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtoc.hanson
31 lines (31 loc) · 761 Bytes
/
toc.hanson
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
{
'basics': [
'webgpu-fundamentals.md',
'webgpu-inter-stage-variables.md',
'webgpu-uniforms.md',
'webgpu-storage-buffers.md',
'webgpu-vertex-buffers.md',
'webgpu-textures.md',
'webgpu-importing-textures.md',
'webgpu-constants.md',
'webgpu-memory-layout.md',
'webgpu-wgsl.md',
'webgpu-how-it-works.md',
],
'3d-math': [
'webgpu-translation.md',
'webgpu-rotation.md',
'webgpu-scale.md',
'webgpu-matrix-math.md',
'webgpu-orthographic-projection.md',
'webgpu-perspective-projection.md',
'webgpu-cameras.md',
'webgpu-matrix-stacks.md',
'webgpu-scene-graphs.md',
],
'misc': [
'webgpu-from-webgl.md',
'webgpu-resources.md',
'webgpu-wgsl-function-reference.md',
],
}