Webgl buffer / now stores data in typed arrays

The `WebGLBuffer` class API was changed in order to allow populating
the internal array in different ways.
This commit is contained in:
Olivier Guyot
2019-05-18 13:03:33 +02:00
parent 8566cfc227
commit 33d007ce01
3 changed files with 144 additions and 39 deletions

View File

@@ -228,3 +228,7 @@ Missing or invalid `size`.
### 61
Cannot determine IIIF Image API version from provided image information JSON.
### 62
A `WebGLArrayBuffer` must either be of type `ELEMENT_ARRAY_BUFFER` or `ARRAY_BUFFER`.