mirror of
https://github.com/servo/servo.git
synced 2025-08-14 01:45:33 +01:00
Add initial support for WebGL 2 BlitFramebuffer (#26389)
Add initial support for the WebGL2 BlitFramebuffer call. Signed-off-by: Martin Robinson <mrobinson@igalia.com> Co-authored-by: Istvan <istvan.miklos@h-lab.eu>
This commit is contained in:
parent
2575a0daf1
commit
c43762faea
29 changed files with 1686 additions and 31 deletions
|
@ -1,2 +1,9 @@
|
|||
[framebuffer-to-texture.html]
|
||||
expected: ERROR
|
||||
[WebGL test #6: user-defined framebuffer: center quad should be green\nat (17, 17) expected: 0,255,0,255 was 0,0,0,0]
|
||||
expected: FAIL
|
||||
|
||||
[WebGL test #7: user-defined framebuffer: lower left quad should be green\nat (1, 1) expected: 0,255,0,255 was 0,0,0,0]
|
||||
expected: FAIL
|
||||
|
||||
[WebGL test #10: getError expected: NO_ERROR. Was INVALID_OPERATION : Should be no errors at the end of the test.]
|
||||
expected: FAIL
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue