Add support for WebGL2 GetFragDataLocation

Adds support for the `GetFragDataLocation` WebGL2 call.

See: https://www.khronos.org/registry/webgl/specs/latest/2.0/#3.7.7
This commit is contained in:
Mátyás Mustoha 2020-03-06 11:42:21 +01:00
parent e1f6dfd716
commit ced67af6b2
9 changed files with 62 additions and 32 deletions

View file

@ -1,17 +1,20 @@
[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
[WebGL test #8: Property either does not exist or is not a function: texSubImage3D]
expected: FAIL
[WebGL test #14: Property either does not exist or is not a function: vertexAttribI4iv]
[WebGL test #14: Property either does not exist or is not a function: vertexAttribI4ui]
expected: FAIL
[WebGL test #15: Property either does not exist or is not a function: vertexAttribI4ui]
[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: deleteVertexArray]
[WebGL test #12: Property either does not exist or is not a function: vertexAttribI4i]
expected: FAIL
[WebGL test #6: Property either does not exist or is not a function: texStorage2D]
@ -20,19 +23,13 @@
[WebGL test #1: Property either does not exist or is not a function: blitFramebuffer]
expected: FAIL
[WebGL test #13: Property either does not exist or is not a function: vertexAttribI4i]
expected: FAIL
[WebGL test #5: Property either does not exist or is not a function: texImage3D]
expected: FAIL
[WebGL test #4: Property either does not exist or is not a function: renderbufferStorageMultisample]
[WebGL test #17: Property either does not exist or is not a function: drawRangeElements]
expected: FAIL
[WebGL test #20: Property either does not exist or is not a function: getIndexedParameter]
expected: FAIL
[WebGL test #19: Property either does not exist or is not a function: drawBuffers]
[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]
@ -41,10 +38,10 @@
[WebGL test #7: Property either does not exist or is not a function: texStorage3D]
expected: FAIL
[WebGL test #16: Property either does not exist or is not a function: vertexAttribI4uiv]
[WebGL test #22: Property either does not exist or is not a function: isVertexArray]
expected: FAIL
[WebGL test #18: Property either does not exist or is not a function: drawRangeElements]
[WebGL test #4: Property either does not exist or is not a function: renderbufferStorageMultisample]
expected: FAIL
[WebGL test #9: Property either does not exist or is not a function: copyTexSubImage3D]
@ -53,7 +50,16 @@
[WebGL test #0: Property either does not exist or is not a function: isContextLost]
expected: FAIL
[WebGL test #17: Property either does not exist or is not a function: vertexAttribIPointer]
[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
[WebGL test #15: Property either does not exist or is not a function: vertexAttribI4uiv]
expected: FAIL
[WebGL test #2: Property either does not exist or is not a function: getInternalformatParameter]
@ -62,15 +68,6 @@
[WebGL test #3: Property either does not exist or is not a function: readBuffer]
expected: FAIL
[WebGL test #21: Property either does not exist or is not a function: createVertexArray]
expected: FAIL
[WebGL test #12: Property either does not exist or is not a function: getFragDataLocation]
expected: FAIL
[WebGL test #24: Property either does not exist or is not a function: bindVertexArray]
expected: FAIL
[WebGL test #23: Property either does not exist or is not a function: isVertexArray]
[WebGL test #13: Property either does not exist or is not a function: vertexAttribI4iv]
expected: FAIL

View file

@ -1,4 +0,0 @@
[gl-get-frag-data-location.html]
expected: ERROR
[WebGL test #2: successfullyParsed should be true (of type boolean). Was undefined (of type undefined).]
expected: FAIL