mirror of
https://github.com/gfx-rs/wgpu.git
synced 2026-06-01 09:09:48 +09:00
doc(hal): fix timeout description
This commit is contained in:
@@ -1101,7 +1101,7 @@ pub trait Device: WasmNotSendSync {
|
||||
/// Calling `wait` with a lower [`FenceValue`] than `fence`'s current value
|
||||
/// returns immediately.
|
||||
///
|
||||
/// If `timeout` is provided, the function will block indefinitely or until
|
||||
/// If `timeout` is not provided, the function will block indefinitely or until
|
||||
/// an error is encountered.
|
||||
///
|
||||
/// Returns `Ok(true)` on success and `Ok(false)` on timeout.
|
||||
|
||||
Reference in New Issue
Block a user