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.
This commit is contained in:
Olivier Guyot
2019-06-05 14:36:02 +02:00
parent 87d5f4c8bc
commit 2412fe0211
9 changed files with 20 additions and 65 deletions
+1 -1
View File
@@ -89,7 +89,7 @@ describe('ol.renderer.webgl.Layer', function() {
beforeEach(function() {
vertexBuffer = new Float32Array(100);
indexBuffer = new Uint16Array(100);
indexBuffer = new Uint32Array(100);
instructions = new Float32Array(100);
elementIndex = 3;