mirror of
https://github.com/servo/servo.git
synced 2025-08-15 02:15:33 +01:00
Implement GPURenderPipeline
Add webidl for GPURenderPipeline and implement GPUDevice.createRenderPipeline()
This commit is contained in:
parent
f014f15d4e
commit
130de8b8e6
15 changed files with 659 additions and 22 deletions
|
@ -32,6 +32,7 @@ serde_json = "1.0"
|
|||
[dependencies]
|
||||
accountable-refcell = { version = "0.2.0", optional = true }
|
||||
app_units = "0.7"
|
||||
arrayvec = "0.5.1"
|
||||
backtrace = { version = "0.3", optional = true }
|
||||
base64 = "0.10.1"
|
||||
bitflags = "1.0"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue