We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 37e02b4 commit ad764adCopy full SHA for ad764ad
crates/lambda-rs-platform/src/wgpu/render_pass.rs
@@ -331,7 +331,7 @@ impl RenderPassBuilder {
331
},
332
333
DepthLoadOp::Clear(value) => wgpu::Operations {
334
- load: wgpu::LoadOp::Clear(value as f32),
+ load: wgpu::LoadOp::Clear(value),
335
store: match dop.store {
336
StoreOp::Store => wgpu::StoreOp::Store,
337
StoreOp::Discard => wgpu::StoreOp::Discard,
0 commit comments