Skip to content

Commit

Permalink
Firefox Android doesn't support textures from video elements in texIm…
Browse files Browse the repository at this point in the history
…age2D/texSubImage2D (#24849)

* Add compatibility note addressing teximage2D not supporting video elements on firefox for android and fennec

Co-authored-by: Claas Augner <[email protected]>
  • Loading branch information
FrostKiwi and caugner authored Nov 4, 2024
1 parent 244f09d commit 842052d
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 4 deletions.
12 changes: 10 additions & 2 deletions api/WebGL2RenderingContext.json
Original file line number Diff line number Diff line change
Expand Up @@ -7205,7 +7205,11 @@
"firefox": {
"version_added": "51"
},
"firefox_android": "mirror",
"firefox_android": {
"version_added": "51",
"partial_implementation": true,
"notes": "Textures from video elements are not supported. See <a href='https://bugzil.la/1884282'>bug 1884282</a>."
},
"ie": {
"version_added": false
},
Expand Down Expand Up @@ -7488,7 +7492,11 @@
"firefox": {
"version_added": "51"
},
"firefox_android": "mirror",
"firefox_android": {
"version_added": "51",
"partial_implementation": true,
"notes": "Textures from video elements are not supported. See <a href='https://bugzil.la/1884282'>bug 1884282</a>."
},
"ie": {
"version_added": false
},
Expand Down
12 changes: 10 additions & 2 deletions api/WebGLRenderingContext.json
Original file line number Diff line number Diff line change
Expand Up @@ -5554,7 +5554,11 @@
"firefox": {
"version_added": "4"
},
"firefox_android": "mirror",
"firefox_android": {
"version_added": "4",
"partial_implementation": true,
"notes": "Textures from video elements are not supported. See <a href='https://bugzil.la/1884282'>bug 1884282</a>."
},
"ie": {
"version_added": "11"
},
Expand Down Expand Up @@ -5713,7 +5717,11 @@
"firefox": {
"version_added": "4"
},
"firefox_android": "mirror",
"firefox_android": {
"version_added": "4",
"partial_implementation": true,
"notes": "Textures from video elements are not supported. See <a href='https://bugzil.la/1884282'>bug 1884282</a>."
},
"ie": {
"version_added": "11"
},
Expand Down

0 comments on commit 842052d

Please sign in to comment.