Skip to content

Commit

Permalink
Fix typo in documentation of QueueWriteBufferView (#4590)
Browse files Browse the repository at this point in the history
  • Loading branch information
dthusian authored Oct 27, 2023
1 parent 8998b9d commit b6fa2c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wgpu/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4649,7 +4649,7 @@ impl<'a> RenderBundleEncoder<'a> {
}
}

/// A read-only view into a staging buffer.
/// A write-only view into a staging buffer.
///
/// Reading into this buffer won't yield the contents of the buffer from the
/// GPU and is likely to be slow. Because of this, although [`AsMut`] is
Expand Down

0 comments on commit b6fa2c5

Please sign in to comment.