mirror of
https://github.com/servo/servo.git
synced 2025-10-01 00:59:15 +01:00
Auto merge of #10224 - emilio:shader-type-validations, r=jdm
webgl: Add attribute validations and other nits Fixes https://github.com/servo/servo/issues/9958 Depends on a bunch of prs, and needs a test. r? @jdm <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="35" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/10224) <!-- Reviewable:end -->
This commit is contained in:
commit
f0014bd9cd
9 changed files with 144 additions and 44 deletions
|
@ -6477,6 +6477,12 @@
|
|||
"url": "/_mozilla/mozilla/webgl/get_supported_extensions.html"
|
||||
}
|
||||
],
|
||||
"mozilla/webgl/invalid_vertex_attributes.html": [
|
||||
{
|
||||
"path": "mozilla/webgl/invalid_vertex_attributes.html",
|
||||
"url": "/_mozilla/mozilla/webgl/invalid_vertex_attributes.html"
|
||||
}
|
||||
],
|
||||
"mozilla/websocket_connection_fail.html": [
|
||||
{
|
||||
"path": "mozilla/websocket_connection_fail.html",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue