mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +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
|
@ -325,6 +325,7 @@ pub mod gpubindgroup;
|
|||
pub mod gpubindgrouplayout;
|
||||
pub mod gpubuffer;
|
||||
pub mod gpubufferusage;
|
||||
pub mod gpucolorwrite;
|
||||
pub mod gpucommandbuffer;
|
||||
pub mod gpucommandencoder;
|
||||
pub mod gpucomputepassencoder;
|
||||
|
@ -332,6 +333,7 @@ pub mod gpucomputepipeline;
|
|||
pub mod gpudevice;
|
||||
pub mod gpupipelinelayout;
|
||||
pub mod gpuqueue;
|
||||
pub mod gpurenderpipeline;
|
||||
pub mod gpusampler;
|
||||
pub mod gpushadermodule;
|
||||
pub mod gpushaderstage;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue