mirror of
https://github.com/servo/servo.git
synced 2025-08-16 02:45:36 +01:00
WebGL2: support TexImage3D (#37718)
Add TexImage3D method to WebGL2RenderingContext Testing: conformance2 should pass. Also it should get http://webglsamples.org/WebGL2Samples/#texture_2d_array and http://webglsamples.org/WebGL2Samples/#texture_3d running. Fixes: #26511 Now Servo can run texture_2d_array and texture_3d samples!   And it can now run three.js too!  --------- Signed-off-by: Wu Yu Wei <yuweiwu@pm.me>
This commit is contained in:
parent
4499fdeb2b
commit
34c31ee418
43 changed files with 1341 additions and 980 deletions
|
@ -1,4 +1,36 @@
|
|||
[framebuffer-texture-layer.html]
|
||||
expected: ERROR
|
||||
[WebGL test #1]
|
||||
[WebGL test #3]
|
||||
expected: FAIL
|
||||
|
||||
[WebGL test #5]
|
||||
expected: FAIL
|
||||
|
||||
[WebGL test #6]
|
||||
expected: FAIL
|
||||
|
||||
[WebGL test #10]
|
||||
expected: FAIL
|
||||
|
||||
[WebGL test #11]
|
||||
expected: FAIL
|
||||
|
||||
[WebGL test #12]
|
||||
expected: FAIL
|
||||
|
||||
[WebGL test #13]
|
||||
expected: FAIL
|
||||
|
||||
[WebGL test #14]
|
||||
expected: FAIL
|
||||
|
||||
[WebGL test #15]
|
||||
expected: FAIL
|
||||
|
||||
[WebGL test #16]
|
||||
expected: FAIL
|
||||
|
||||
[WebGL test #17]
|
||||
expected: FAIL
|
||||
|
||||
[WebGL test #18]
|
||||
expected: FAIL
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue