mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
Add support for WebGL2 TexImage2D
Adds initial support for one of the WebGL2 `TexImage2D` call.
This commit is contained in:
parent
6c506ba260
commit
035cb6ebaa
4 changed files with 117 additions and 20 deletions
|
@ -1,11 +1,8 @@
|
|||
[views-with-offsets.html]
|
||||
expected: ERROR
|
||||
[WebGL test #0: Does not support texImage2D with offsets into views.]
|
||||
[WebGL test #47: successfullyParsed should be true (of type boolean). Was undefined (of type undefined).]
|
||||
expected: FAIL
|
||||
|
||||
[WebGL test #1: Does not support texSubImage2D with offsets into views.]
|
||||
expected: FAIL
|
||||
|
||||
[WebGL test #2: successfullyParsed should be true (of type boolean). Was undefined (of type undefined).]
|
||||
[WebGL test #46: Does not support texSubImage2D with offsets into views.]
|
||||
expected: FAIL
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue