mirror of
https://github.com/servo/servo.git
synced 2025-08-03 12:40:06 +01:00
Initial implementation of GPUPipelineLayout for WebGPU
Added WebIDL bindings for `GPUPipelineLayout`. Implemented the createPipelineLayout function of `GPUDevice`.
This commit is contained in:
parent
0dccfd148a
commit
d33a4d29a0
10 changed files with 223 additions and 6 deletions
|
@ -322,6 +322,7 @@ pub mod gpubindgrouplayout;
|
|||
pub mod gpubuffer;
|
||||
pub mod gpubufferusage;
|
||||
pub mod gpudevice;
|
||||
pub mod gpupipelinelayout;
|
||||
pub mod gpushaderstage;
|
||||
pub mod hashchangeevent;
|
||||
pub mod headers;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue