Skip to content

Commit

Permalink
set read_only to false by default
Browse files Browse the repository at this point in the history
  • Loading branch information
teoxoy committed Aug 11, 2023
1 parent f88fd54 commit 7eecfed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wgpu/src/backend/direct.rs
Original file line number Diff line number Diff line change
Expand Up @@ -432,7 +432,7 @@ fn map_pass_channel<V: Copy + Default>(
load_op: wgc::command::LoadOp::Load,
store_op: wgc::command::StoreOp::Store,
clear_value: V::default(),
read_only: true,
read_only: false,
},
}
}
Expand Down

0 comments on commit 7eecfed

Please sign in to comment.