Olivier Guyot
|
c48350b666
|
Webgl buffer / add utility getSize function
Saves checking whether the buffer was initialized with
an array already
|
2019-08-30 10:38:02 +02:00 |
|
Olivier Guyot
|
2412fe0211
|
Webgl / remove handling of element_index_uint extension
From now on we will assume this extension is always enabled.
An error message have been added in the unlikely scenario of a lack
of support.
|
2019-06-05 14:46:15 +02:00 |
|
Olivier Guyot
|
33d007ce01
|
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.
|
2019-06-01 15:33:31 +02:00 |
|
Tim Schaub
|
deb00f20fe
|
Include full filename in import specifier
|
2019-05-29 08:51:10 -06:00 |
|
Olivier Guyot
|
72cf7b13fa
|
removed existing webgl rendering unit tests
|
2018-11-16 14:05:04 +01:00 |
|
Tim Schaub
|
ad62739a6e
|
Use blocked scoped variables
In addition to using const and let, this also upgrades our linter config and removes lint (mostly whitespace).
|
2018-01-12 00:50:30 -07:00 |
|
Tim Schaub
|
7f47883c48
|
Transformed
|
2017-12-12 06:53:18 -07:00 |
|
Tim Schaub
|
a3e3e99baa
|
Get rid of useless test exports
|
2017-08-17 15:16:58 -04:00 |
|
Tim Schaub
|
ed5dbd1293
|
Put test requires on top
|
2016-08-08 09:58:11 -06:00 |
|
Éric Lemoine
|
57db47ac18
|
Rename ol.structs.Buffer to ol.webgl.Buffer
The Buffer class is WebGL specific, and it's not really a "data structure", in the pure sense of the term.
|
2014-11-21 15:48:31 +01:00 |
|