mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
update wgpu
This commit is contained in:
parent
0d5e4b9037
commit
a68e3920e5
2 changed files with 24 additions and 6 deletions
|
@ -945,6 +945,7 @@ impl GPUDeviceMethods for GPUDevice {
|
|||
depth_bias: rs_desc.depthBias,
|
||||
depth_bias_slope_scale: *rs_desc.depthBiasSlopeScale,
|
||||
depth_bias_clamp: *rs_desc.depthBiasClamp,
|
||||
..Default::default()
|
||||
}),
|
||||
primitive_topology: match descriptor.primitiveTopology {
|
||||
GPUPrimitiveTopology::Point_list => wgt::PrimitiveTopology::PointList,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue