Skip to content

Commit cf84c0f

Browse files
committed
Fix doc link
1 parent afee8a5 commit cf84c0f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

wgpu-core/src/command/compute.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -371,7 +371,7 @@ impl<'scope, 'snatch_guard, 'cmd_enc> State<'scope, 'snatch_guard, 'cmd_enc> {
371371
}
372372
}
373373

374-
/// Compute pass version of [`CommandEncoder::transition_resources`](crate::CommandEncoder::transition_resources).
374+
/// Compute pass version of [`command::transition_resources`](crate::command::transition_resources).
375375
/// See also `State::flush_bindings` for details on the implementation.
376376
fn transition_resources(
377377
state: &mut State,

0 commit comments

Comments
 (0)