mirror of
https://github.com/servo/servo.git
synced 2025-07-22 23:03:42 +01:00
Add GPUSampler to WebGPU implementation
Add dom_struct and webidl for GPUSampler, implement GPUDevice.createSampler() method.
This commit is contained in:
parent
43f29fe0ce
commit
dd04716b85
9 changed files with 318 additions and 142 deletions
|
@ -332,6 +332,7 @@ pub mod gpucomputepipeline;
|
|||
pub mod gpudevice;
|
||||
pub mod gpupipelinelayout;
|
||||
pub mod gpuqueue;
|
||||
pub mod gpusampler;
|
||||
pub mod gpushadermodule;
|
||||
pub mod gpushaderstage;
|
||||
pub mod hashchangeevent;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue