UNPKG
apl-easy-gl
Version:
latest (0.4.0)
0.4.0
0.3.1
0.3.0
0.2.1
0.2.0
0.1.2
0.1.1
0.1.0
Various easy WebGL helper functions
github.com/andrewlowndes/easy-gl
andrewlowndes/easy-gl
apl-easy-gl
/
lib
/
Interfaces
/
TypedArray.d.ts
2 lines
(1 loc)
•
162 B
TypeScript
View Raw
1
2
export
declare
type
TypedArray
=
Int8Array
|
Int16Array
|
Int32Array
|
Uint8Array
|
Uint16Array
|
Uint32Array
|
Uint8ClampedArray
|
Float32Array
|
Float64Array
;