mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
Initial implementation of GPUComputePipeline
Added WebIDL bindings for `GPUComputePipeline`. Implemented the `createComputePipeline` function of `GPUDevice`.
This commit is contained in:
parent
a8621c4ed9
commit
9031369c19
11 changed files with 180 additions and 8 deletions
|
@ -322,6 +322,7 @@ pub mod gpubindgroup;
|
|||
pub mod gpubindgrouplayout;
|
||||
pub mod gpubuffer;
|
||||
pub mod gpubufferusage;
|
||||
pub mod gpucomputepipeline;
|
||||
pub mod gpudevice;
|
||||
pub mod gpupipelinelayout;
|
||||
pub mod gpushadermodule;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue