mirror of
https://github.com/servo/servo.git
synced 2025-08-06 22:15:33 +01:00
Add support for WebGL2 TexImage2D
Adds initial support for one of the WebGL2 `TexImage2D` call.
This commit is contained in:
parent
ba5568a0a6
commit
6591fa54f9
8 changed files with 254 additions and 49 deletions
|
@ -35,7 +35,7 @@ pixels = { path = "../pixels" }
|
|||
raqote = { version = "0.8", features = ["text"] }
|
||||
servo_arc = { path = "../servo_arc" }
|
||||
servo_config = { path = "../config" }
|
||||
sparkle = "0.1.24"
|
||||
sparkle = "0.1.25"
|
||||
style = { path = "../style" }
|
||||
# NOTE: the sm-angle feature only enables ANGLE on Windows, not other platforms!
|
||||
surfman = { version = "0.2", features = ["sm-angle", "sm-angle-default"] }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue