mirror of
https://github.com/servo/servo.git
synced 2025-08-06 06:00:15 +01:00
Implement GPURenderPassEncoder
Add webidls for GPURenderPassEncoder and GPURenderEncoderBase and implement relevant methods.
This commit is contained in:
parent
e452570be0
commit
1d4efb48ba
11 changed files with 524 additions and 35 deletions
|
@ -333,6 +333,7 @@ pub mod gpucomputepipeline;
|
|||
pub mod gpudevice;
|
||||
pub mod gpupipelinelayout;
|
||||
pub mod gpuqueue;
|
||||
pub mod gpurenderpassencoder;
|
||||
pub mod gpurenderpipeline;
|
||||
pub mod gpusampler;
|
||||
pub mod gpushadermodule;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue