webgl: Add getParameter(UNPACK_PREMULTIPLY_ALPHA_WEBGL) support.

This commit is contained in:
Eric Anholt 2018-05-05 18:28:25 -07:00
parent 8c052d3593
commit 471924af62
2 changed files with 4 additions and 3 deletions

View file

@ -57,9 +57,6 @@
[WebGL test #47: context.getParameter(context.SCISSOR_TEST) should be false (of type boolean). Was null (of type object).]
expected: FAIL
[WebGL test #86: context.getParameter(context.UNPACK_PREMULTIPLY_ALPHA_WEBGL) should be false (of type boolean). Was null (of type object).]
expected: FAIL
[WebGL test #88: context.getParameter(context.VIEWPORT) is not an instance of Int32Array]
expected: FAIL