mirror of
https://github.com/servo/servo.git
synced 2025-09-30 08:39:16 +01:00
Issue #20556: Implement proper checks in WebGLRenderingContext's bindBuffer().
This commit is contained in:
parent
dc17b32ceb
commit
c2fb588ac7
3 changed files with 49 additions and 0 deletions
|
@ -39217,6 +39217,12 @@
|
|||
{}
|
||||
]
|
||||
],
|
||||
"mozilla/webgl/bindBuffer.html": [
|
||||
[
|
||||
"/_mozilla/mozilla/webgl/bindBuffer.html",
|
||||
{}
|
||||
]
|
||||
],
|
||||
"mozilla/webgl/bufferData.html": [
|
||||
[
|
||||
"/_mozilla/mozilla/webgl/bufferData.html",
|
||||
|
@ -70856,6 +70862,10 @@
|
|||
"bc2a964c294e678b3c0e98ba83ce30a59a8bee3f",
|
||||
"testharness"
|
||||
],
|
||||
"mozilla/webgl/bindBuffer.html": [
|
||||
"659d53041373a6e40b9ab4cbf7e2afad45048377",
|
||||
"testharness"
|
||||
],
|
||||
"mozilla/webgl/bufferData.html": [
|
||||
"e58b2257043682723fbd17eac6dcbadb32c3ca3e",
|
||||
"testharness"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue