mirror of
https://github.com/servo/servo.git
synced 2025-07-23 07:13:52 +01:00
Initial implementation of GPUQueue
Added WebIDL bindings for `GPUQueue`. Implemented the `submit` function of `GPUQueue` and `defaultQueue` function of `GPUDevice`.
This commit is contained in:
parent
0790c856d5
commit
a3c6810b18
11 changed files with 181 additions and 16 deletions
|
@ -328,6 +328,7 @@ pub mod gpucomputepassencoder;
|
|||
pub mod gpucomputepipeline;
|
||||
pub mod gpudevice;
|
||||
pub mod gpupipelinelayout;
|
||||
pub mod gpuqueue;
|
||||
pub mod gpushadermodule;
|
||||
pub mod gpushaderstage;
|
||||
pub mod hashchangeevent;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue