Webgl Glossary

Browse 1 webgl terms defined in plain English, from the cultural dictionary of computing.

1 Webgl Terms

Typed Array
A family of array-like JavaScript objects (`Uint8Array`, `Float32Array`, `Int16Array`, etc.) backed by a raw `ArrayBuffer` that provide efficient, fixed-type...

Related Topics