Files
openlayers/test/spec/ol
Olivier Guyot eb912d95ca Webgl / refactor utilities to work only on typed arrays
The base webgl renderer module now has two types of utilities:
* `writeXFeatureInstructions` will write a series of values in a given
typed array, which represent how a given feature will be rendered; for points,
this means position, size, color, etc.
* `writeXFeatureToBuffers` will fill up the given index & vertex buffers
with values based on the provided render instructions

As such, the logic for rendering features is:
user-input style > instructions array >(*) index/vertex buffers > draw

(*) this transformation is intended to be done on a worker.
2019-06-01 15:19:37 +02:00
..
2019-03-25 14:49:13 +01:00
2018-07-26 10:14:58 -06:00
2018-07-26 10:14:58 -06:00
2018-11-21 11:14:17 -07:00
2019-01-21 23:04:31 +01:00
2018-11-21 11:14:17 -07:00
2018-01-12 00:50:30 -07:00
2019-05-15 16:49:54 -06:00
2018-01-12 00:50:30 -07:00
2017-12-18 10:33:41 +01:00
2018-01-12 00:50:30 -07:00
2018-07-26 10:14:58 -06:00
2018-01-12 00:50:30 -07:00
2018-01-24 10:09:57 -07:00
2018-07-26 10:14:58 -06:00
2018-01-12 00:50:30 -07:00
2018-02-15 17:55:54 +01:00
2018-02-07 11:47:51 -07:00
2018-01-12 00:50:30 -07:00
2018-01-19 15:38:21 +01:00
2018-02-15 18:04:51 +01:00
2018-11-21 11:14:17 -07:00
2018-01-12 00:50:30 -07:00
2018-01-16 13:35:27 +01:00