mirror of
https://github.com/servo/servo.git
synced 2025-08-05 05:30:08 +01:00
Update wgpu-core and wgpu-types
This commit is contained in:
parent
1d4efb48ba
commit
3b5ede153d
18 changed files with 58 additions and 90 deletions
|
@ -192,12 +192,14 @@ impl GPUCommandEncoderMethods for GPUCommandEncoder {
|
|||
GPUStoreOp::Clear => wgt::StoreOp::Clear,
|
||||
},
|
||||
clear_depth,
|
||||
depth_read_only: depth.depthReadOnly,
|
||||
stencil_load_op,
|
||||
stencil_store_op: match depth.stencilStoreOp {
|
||||
GPUStoreOp::Store => wgt::StoreOp::Store,
|
||||
GPUStoreOp::Clear => wgt::StoreOp::Clear,
|
||||
},
|
||||
clear_stencil,
|
||||
stencil_read_only: depth.stencilReadOnly,
|
||||
}
|
||||
});
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue