Add support for WebGL2 GetIndexedParameter

Adds support for the `GetIndexedParameter` WebGL2 call.

See: https://www.khronos.org/registry/webgl/specs/latest/2.0/#3.7.2
This commit is contained in:
Mátyás Mustoha 2020-03-06 13:18:40 +01:00
parent d867994dfb
commit 215dd0a1d8
7 changed files with 187 additions and 135 deletions

View file

@ -1,7 +1,4 @@
[methods-2.html]
[WebGL test #19: Property either does not exist or is not a function: getIndexedParameter]
expected: FAIL
[WebGL test #11: Property either does not exist or is not a function: compressedTexSubImage3D]
expected: FAIL
@ -14,33 +11,39 @@
[WebGL test #18: Property either does not exist or is not a function: drawBuffers]
expected: FAIL
[WebGL test #22: Property either does not exist or is not a function: bindVertexArray]
expected: FAIL
[WebGL test #12: Property either does not exist or is not a function: vertexAttribI4i]
expected: FAIL
[WebGL test #19: Property either does not exist or is not a function: createVertexArray]
expected: FAIL
[WebGL test #6: Property either does not exist or is not a function: texStorage2D]
expected: FAIL
[WebGL test #1: Property either does not exist or is not a function: blitFramebuffer]
expected: FAIL
[WebGL test #21: Property either does not exist or is not a function: isVertexArray]
expected: FAIL
[WebGL test #20: Property either does not exist or is not a function: deleteVertexArray]
expected: FAIL
[WebGL test #5: Property either does not exist or is not a function: texImage3D]
expected: FAIL
[WebGL test #17: Property either does not exist or is not a function: drawRangeElements]
expected: FAIL
[WebGL test #21: Property either does not exist or is not a function: deleteVertexArray]
expected: FAIL
[WebGL test #10: Property either does not exist or is not a function: compressedTexImage3D]
expected: FAIL
[WebGL test #7: Property either does not exist or is not a function: texStorage3D]
expected: FAIL
[WebGL test #22: Property either does not exist or is not a function: isVertexArray]
expected: FAIL
[WebGL test #4: Property either does not exist or is not a function: renderbufferStorageMultisample]
expected: FAIL
@ -50,12 +53,6 @@
[WebGL test #0: Property either does not exist or is not a function: isContextLost]
expected: FAIL
[WebGL test #20: Property either does not exist or is not a function: createVertexArray]
expected: FAIL
[WebGL test #23: Property either does not exist or is not a function: bindVertexArray]
expected: FAIL
[WebGL test #16: Property either does not exist or is not a function: vertexAttribIPointer]
expected: FAIL