mirror of
https://github.com/gfx-rs/wgpu.git
synced 2025-12-08 21:26:17 +00:00
Fix typos (#7510)
This commit is contained in:
parent
2a2c851c40
commit
3081c4f094
@ -58,7 +58,7 @@ static QUEUE_SUBMITTED_CALLBACK_ORDERING: GpuTestConfiguration = GpuTestConfigur
|
||||
let ordering_clone_map_async = Arc::clone(&ordering);
|
||||
let ordering_clone_queue_submitted = Arc::clone(&ordering);
|
||||
|
||||
// Register the callabacks.
|
||||
// Register the callbacks.
|
||||
buffer.slice(..).map_async(MapMode::Read, move |_| {
|
||||
let mut guard = ordering_clone_map_async.lock();
|
||||
guard.value_read_map_async = Some(guard.counter);
|
||||
|
||||
@ -35,7 +35,7 @@ unexpected_cfgs = { level = "warn", check-cfg = ['cfg(wgpu_validate_locks)'] }
|
||||
[lib]
|
||||
|
||||
[features]
|
||||
#! See docuemntation for the `wgpu` crate for more in-depth information on these features.
|
||||
#! See documentation for the `wgpu` crate for more in-depth information on these features.
|
||||
|
||||
# TODO(https://github.com/gfx-rs/wgpu/issues/6826): "std" is a default feature for
|
||||
# compatibility with prior behavior only, and should be removed once we know how
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user