Skip to content

Commit

Permalink
fix deno
Browse files Browse the repository at this point in the history
Signed-off-by: sagudev <[email protected]>
  • Loading branch information
sagudev committed Dec 16, 2024
1 parent bc9b1d2 commit a166e83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deno_webgpu/command_encoder.rs
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ pub fn op_webgpu_command_encoder_begin_render_pass(
depth: wgpu_core::command::PassChannel {
load_op: attachment.depth_load_op,
store_op: attachment.depth_store_op,
clear_value: attachment.depth_clear_value,
clear_value: Some(attachment.depth_clear_value),
read_only: attachment.depth_read_only,
},
stencil: wgpu_core::command::PassChannel {
Expand Down

0 comments on commit a166e83

Please sign in to comment.