This commit is contained in:
Bruce Mitchener 2025-04-11 02:09:03 +07:00 committed by GitHub
parent 2a2c851c40
commit 3081c4f094
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -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);

View File

@ -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