File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -1053,9 +1053,9 @@ pub trait Queue: WasmNotSendSync {
1053
1053
/// Update `fence` to `value` when the operation is complete. See
1054
1054
/// [`Fence`] for details.
1055
1055
///
1056
- /// A `wgpu_hal` queue is "single threaded": all command buffers are
1057
- /// executed in the order they're submitted, with each buffer able to see
1058
- /// previous buffers' results . Specifically:
1056
+ /// All command buffers submitted to a `wgpu_hal` queue are executed in the
1057
+ /// order they're submitted, with each buffer able to observe the effects of
1058
+ /// previous buffers' execution . Specifically:
1059
1059
///
1060
1060
/// - If two calls to `submit` on a single `Queue` occur in a particular
1061
1061
/// order (that is, they happen on the same thread, or on two threads that
You can’t perform that action at this time.
0 commit comments