@turbowarp/types 0.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,21 @@
1
+ // Type definitions for twgl (rhymes with wiggle)
2
+ // Project: https://twgljs.org/
3
+
4
+ declare namespace twgl {
5
+ interface BufferInfo {
6
+ // TODO: returned by createBufferInfoFromArrays
7
+ // might not be able to meaningfully type?
8
+ }
9
+
10
+ interface ProgramInfo {
11
+ // TODO: returned by createProgramInfo
12
+ }
13
+
14
+ interface M4 {
15
+ // TODO
16
+ }
17
+
18
+ interface V3 {
19
+ // TODO
20
+ }
21
+ }