Spaces:
Running
Running
update references
Browse files- REFERENCE.md +15 -1
REFERENCE.md
CHANGED
@@ -1 +1,15 @@
|
|
1 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
|
2 |
+
---
|
3 |
+
---
|
4 |
+
|
5 |
+
# WebGPU and Other References
|
6 |
+
|
7 |
+
### Math libraries and Rendering vertex stuff.
|
8 |
+
|
9 |
+
- **Workgroup** :: https://webgpufundamentals.org/
|
10 |
+
|
11 |
+
- **Module** :: https://webgpufundamentals.org/3rdparty/wgpu-matrix.module.js
|
12 |
+
|
13 |
+
- **Implementations** :: https://www.bing.com/search?pglt=929&q=matrix.module.js&cvid=f489a108db90408c8b575d292bfd7c55&gs_lcrp=EgRlZGdlKgYIABBFGDkyBggAEEUYOTIGCAEQABhAMgYIAhAAGEAyBggDEAAYQDIGCAQQABhA0gEHNjI0ajBqMagCALACAA&FORM=ANNTA1&PC=U531&EPC=ExpTester
|
14 |
+
|
15 |
+
---
|