mirror of
https://github.com/servo/servo.git
synced 2025-08-03 20:50:07 +01:00
Implement GPURenderBundleEncoder and GPURenderBundle
This commit is contained in:
parent
75abccb16b
commit
aff22db33f
32 changed files with 676 additions and 115 deletions
|
@ -338,6 +338,8 @@ pub mod gpumapmode;
|
|||
pub mod gpuoutofmemoryerror;
|
||||
pub mod gpupipelinelayout;
|
||||
pub mod gpuqueue;
|
||||
pub mod gpurenderbundle;
|
||||
pub mod gpurenderbundleencoder;
|
||||
pub mod gpurenderpassencoder;
|
||||
pub mod gpurenderpipeline;
|
||||
pub mod gpusampler;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue